move timezone config to common config so it applies to... ALL platforms

This commit is contained in:
2022-05-23 00:52:36 -07:00
parent a12560c8b4
commit 493bd5de65
2 changed files with 3 additions and 2 deletions

View File

@@ -5,5 +5,7 @@
./home-manager.nix
./users.nix
];
time.timeZone = "America/Los_Angeles";
}

View File

@@ -44,10 +44,9 @@
# For 32 bit applications
hardware.opengl.driSupport32Bit = true;
# TODO colin: does this *do* anything?
swapDevices = [ ];
time.timeZone = "America/Los_Angeles";
# services.snapper.configs = {
# root = {
# subvolume = "/";