aboutsummaryrefslogtreecommitdiffstats
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--hosts/fangorn/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/fangorn/default.nix b/hosts/fangorn/default.nix
index 5218155..82f9ff9 100644
--- a/hosts/fangorn/default.nix
+++ b/hosts/fangorn/default.nix
@@ -80,5 +80,5 @@
system.stateVersion = "23.11";
- time.timeZone = lib.mkDefault "America/Chicago";
+ time.timeZone = lib.mkForce "America/Chicago";
}