move timezone config to common config so it applies to... ALL platforms
This commit is contained in:
@@ -5,5 +5,7 @@
|
||||
./home-manager.nix
|
||||
./users.nix
|
||||
];
|
||||
|
||||
time.timeZone = "America/Los_Angeles";
|
||||
}
|
||||
|
||||
|
@@ -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 = "/";
|
||||
|
Reference in New Issue
Block a user