summaryrefslogtreecommitdiff
path: root/hel.nix
diff options
context:
space:
mode:
authorGregor Kleen <pngwjpgh@users.noreply.github.com>2016-07-21 15:55:25 +0200
committerGregor Kleen <pngwjpgh@users.noreply.github.com>2016-07-21 15:55:25 +0200
commitc93c2951a71c3c88806db829a41ae34799d4c84a (patch)
tree2517afc623898aeb050000648dfa137a36685e66 /hel.nix
parentb572c286524ebf8dfeb6e47a24dec058be8efcbf (diff)
downloadnixos-c93c2951a71c3c88806db829a41ae34799d4c84a.tar
nixos-c93c2951a71c3c88806db829a41ae34799d4c84a.tar.gz
nixos-c93c2951a71c3c88806db829a41ae34799d4c84a.tar.bz2
nixos-c93c2951a71c3c88806db829a41ae34799d4c84a.tar.xz
nixos-c93c2951a71c3c88806db829a41ae34799d4c84a.zip
notify-gkleen
Diffstat (limited to 'hel.nix')
-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";