diff --git a/hosts/orion/default.nix b/hosts/orion/default.nix index 04344f7f..c2df7c28 100644 --- a/hosts/orion/default.nix +++ b/hosts/orion/default.nix @@ -11,4 +11,5 @@ git vim ]; -} + time.timeZone = "America/Chicago"; +} \ No newline at end of file diff --git a/hosts/orion/modules/services/timezoned.nix b/hosts/orion/modules/services/timezoned.nix deleted file mode 100644 index 0804b1bb..00000000 --- a/hosts/orion/modules/services/timezoned.nix +++ /dev/null @@ -1,5 +0,0 @@ -{ ... }: -{ - services.automatic-timezoned.enable = true; - time.timeZone = "America/Chicago"; -} \ No newline at end of file