summaryrefslogtreecommitdiffstats
path: root/tv/1systems/zu.nix
diff options
context:
space:
mode:
authornin <nineinchnade@gmail.com>2017-03-07 16:27:15 +0100
committernin <nineinchnade@gmail.com>2017-03-07 16:27:15 +0100
commit32e1764b1972ee109ec3687dfec8645f365de9ea (patch)
tree6fd254345fb0378fabbfd74c79ab578c17bbfc94 /tv/1systems/zu.nix
parente4f43d0732b30381f8c92854fc603329b27084ca (diff)
parentaf162549b12cc7b1f496b2d4d8fe99c9dab85428 (diff)
Merge remote-tracking branch 'prism/newest'
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;