diff options
-rw-r--r-- | hel.nix | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -247,6 +247,9 @@ | |||
247 | ''; | 247 | ''; |
248 | 248 | ||
249 | setuidPrograms = ["slock" "mount" "mount.nfs" "umount" "newgrp" "thinklight"]; | 249 | setuidPrograms = ["slock" "mount" "mount.nfs" "umount" "newgrp" "thinklight"]; |
250 | |||
251 | setuidOwners = [ { group = "users"; owner = "gkleen"; permissions = "u+rx,g+x,o+x"; program = "notify-gkleen"; source = ''${pkgs.libnotify}/bin/notify-send''; setgid = true; setuid = true; } | ||
252 | ]; | ||
250 | }; | 253 | }; |
251 | 254 | ||
252 | time.timeZone = "Europe/Berlin"; | 255 | time.timeZone = "Europe/Berlin"; |