summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/eostre/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/eostre/default.nix b/hosts/eostre/default.nix
index a1d48bfb..92e4e41c 100644
--- a/hosts/eostre/default.nix
+++ b/hosts/eostre/default.nix
@@ -66,7 +66,7 @@ with lib;
66 66
67 zramSwap.enable = true; 67 zramSwap.enable = true;
68 68
69 system.stateVersion = config.system.nixos.release; # No state 69 system.stateVersion = "22.11";
70 70
71 71
72 time.timeZone = "Europe/Berlin"; 72 time.timeZone = "Europe/Berlin";