summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hel.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/hel.nix b/hel.nix
index 0e36e056..68998d3b 100644
--- a/hel.nix
+++ b/hel.nix
@@ -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";