summaryrefslogtreecommitdiff
path: root/hel.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-05-14 14:41:12 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2016-05-14 14:41:12 +0200
commit06dd1785b2b36fd4dea2cc4db12c42c71699f7e4 (patch)
tree49547e8a2e8e2f09ded5bd246b52f5226b86ee37 /hel.nix
parent8a38e9fc0b6423f16f3866d8f54fb2190de1e17e (diff)
downloadnixos-06dd1785b2b36fd4dea2cc4db12c42c71699f7e4.tar
nixos-06dd1785b2b36fd4dea2cc4db12c42c71699f7e4.tar.gz
nixos-06dd1785b2b36fd4dea2cc4db12c42c71699f7e4.tar.bz2
nixos-06dd1785b2b36fd4dea2cc4db12c42c71699f7e4.tar.xz
nixos-06dd1785b2b36fd4dea2cc4db12c42c71699f7e4.zip
setuid for newgrp
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";