summaryrefslogtreecommitdiff
path: root/hosts/surtr
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/surtr')
-rw-r--r--hosts/surtr/default.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/hosts/surtr/default.nix b/hosts/surtr/default.nix
index 92d0088c..f616d749 100644
--- a/hosts/surtr/default.nix
+++ b/hosts/surtr/default.nix
@@ -138,10 +138,6 @@
138 members = ["root"]; 138 members = ["root"];
139 }; 139 };
140 140
141 security.sudo.extraConfig = ''
142 Defaults lecture = never
143 '';
144
145 nix.gc = { 141 nix.gc = {
146 automatic = true; 142 automatic = true;
147 options = "--delete-older-than 30d"; 143 options = "--delete-older-than 30d";