summaryrefslogtreecommitdiffstats
path: root/tv/1systems/wu.nix
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2017-03-02 20:02:01 +0100
committertv <tv@krebsco.de>2017-03-02 20:02:01 +0100
commit6435001c48d865ba96f0f784ee9c0bcf03204e1e (patch)
tree55cde9d72afca807507b104c71c97c395f37374a /tv/1systems/wu.nix
parented3585bfcfd154688a7e95b2f1179133a1a53734 (diff)
mv,tv: security.setuidPrograms -> security.wrappers
Diffstat (limited to 'tv/1systems/wu.nix')
-rw-r--r--tv/1systems/wu.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/tv/1systems/wu.nix b/tv/1systems/wu.nix
index a9d7e94e..4cde8b90 100644
--- a/tv/1systems/wu.nix
+++ b/tv/1systems/wu.nix
@@ -157,9 +157,9 @@ with import <stockholm/lib>;
#jack2
];
- security.setuidPrograms = [
- "sendmail" # for cron
- ];
+ security.wrappers = {
+ sendmail.source = "${pkgs.exim}/bin/sendmail"; # for cron
+ };
services.printing.enable = true;