summaryrefslogtreecommitdiff
path: root/hel.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hel.nix')
-rw-r--r--hel.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hel.nix b/hel.nix
index 61daf7c5..3fe40f35 100644
--- a/hel.nix
+++ b/hel.nix
@@ -141,7 +141,7 @@
141 %wheel ALL=(ALL) NOPASSWD: SYSCTRL 141 %wheel ALL=(ALL) NOPASSWD: SYSCTRL
142 ''; 142 '';
143 143
144 setuidPrograms = ["slock" "mount" "mount.nfs" "umount"]; 144 setuidPrograms = ["slock" "mount" "mount.nfs" "umount" "newgrp"];
145 }; 145 };
146 146
147 time.timeZone = "Europe/Berlin"; 147 time.timeZone = "Europe/Berlin";