Personal NixOS flake

feat: use automatic-timezoned on laptop

+4 -1
+1 -1
base-system.nix
··· 130 }; 131 }; 132 133 - time.timeZone = "America/New_York"; 134 135 i18n = { 136 defaultLocale = "en_US.UTF-8";
··· 130 }; 131 }; 132 133 + # time.timeZone = "America/New_York"; 134 135 i18n = { 136 defaultLocale = "en_US.UTF-8";
+2
desktop.nix
··· 14 # zfs.forceImportRoot = false; 15 # }; 16 17 # There's no need to do it this way for now 18 # But it works so that's neat I guess 19 networking.hostId = lib.mkIf (config.networking.hostName == "emerald") "7210d2a7";
··· 14 # zfs.forceImportRoot = false; 15 # }; 16 17 + time.timeZone = "America/New_York"; 18 + 19 # There's no need to do it this way for now 20 # But it works so that's neat I guess 21 networking.hostId = lib.mkIf (config.networking.hostName == "emerald") "7210d2a7";
+1
laptop.nix
··· 5 }; 6 7 services = { 8 supergfxd.enable = true; 9 10 asusd = {
··· 5 }; 6 7 services = { 8 + automatic-timezoned.enable = true; 9 supergfxd.enable = true; 10 11 asusd = {