summaryrefslogtreecommitdiff
path: root/hosts/eostre
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/eostre')
-rw-r--r--hosts/eostre/default.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/hosts/eostre/default.nix b/hosts/eostre/default.nix
index 4aa6473e..e20929b4 100644
--- a/hosts/eostre/default.nix
+++ b/hosts/eostre/default.nix
@@ -67,9 +67,6 @@ with lib;
67 zramSwap.enable = true; 67 zramSwap.enable = true;
68 68
69 system.stateVersion = config.system.nixos.release; # No state 69 system.stateVersion = config.system.nixos.release; # No state
70 security.sudo.extraConfig = ''
71 Defaults lecture = never
72 '';
73 70
74 71
75 time.timeZone = "Europe/Berlin"; 72 time.timeZone = "Europe/Berlin";