Compare commits

..

No commits in common. "c192c2d52f827e94e7d532387aed0dbbf1cb58dc" and "6f9edd8870d10f789221a9a7429b98650a2cf755" have entirely different histories.

2 changed files with 1 additions and 3 deletions

View File

@ -20,7 +20,7 @@
networking.firewall.enable = true;
networking.firewall.allowPing = true;
time.timeZone = "America/Denver";
time.timeZone = "America/New_York";
i18n.defaultLocale = "en_US.UTF-8";
services.openssh.enable = true;

View File

@ -43,8 +43,6 @@
environment.systemPackages = with pkgs; [ virt-manager ];
users.users.googlebot.extraGroups = [ "libvirtd" ];
services.spotifyd.enable = true;
# vpn-container.enable = true;
# containers.vpn.interfaces = [ "piaw" ];