From c93c2951a71c3c88806db829a41ae34799d4c84a Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 21 Jul 2016 15:55:25 +0200 Subject: notify-gkleen --- hel.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hel.nix b/hel.nix index 0e36e056..68998d3b 100644 --- a/hel.nix +++ b/hel.nix @@ -247,6 +247,9 @@ ''; setuidPrograms = ["slock" "mount" "mount.nfs" "umount" "newgrp" "thinklight"]; + + 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; } + ]; }; time.timeZone = "Europe/Berlin"; -- cgit v1.2.3