summaryrefslogtreecommitdiffstats
path: root/tv/1systems/zu.nix
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2017-03-02 20:02:01 +0100
committerlassulus <lass@lassul.us>2017-03-04 02:16:44 +0100
commit10332711d609668e68491d6d8e32bbfcf0228b82 (patch)
tree8a4c65e40159921b3dd6f910d723df05ca9c4020 /tv/1systems/zu.nix
parentcd3ec877e71b32278b0af99997ceb5df56d85aac (diff)
mv,tv: security.setuidPrograms -> security.wrappers
Diffstat (limited to 'tv/1systems/zu.nix')
-rw-r--r--tv/1systems/zu.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/tv/1systems/zu.nix b/tv/1systems/zu.nix
index 59e8b1c..194ac29 100644
--- a/tv/1systems/zu.nix
+++ b/tv/1systems/zu.nix
@@ -167,9 +167,9 @@ with import <stockholm/lib>;
gptfdisk
];
- security.setuidPrograms = [
- "sendmail" # for cron
- ];
+ security.wrappers = {
+ sendmail.source = "${pkgs.exim}/bin/sendmail"; # for cron
+ };
services.printing.enable = true;