summaryrefslogtreecommitdiffstats
path: root/mv/1systems/stro.nix
diff options
context:
space:
mode:
Diffstat (limited to 'mv/1systems/stro.nix')
-rw-r--r--mv/1systems/stro.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/mv/1systems/stro.nix b/mv/1systems/stro.nix
index e371db78..c8035b88 100644
--- a/mv/1systems/stro.nix
+++ b/mv/1systems/stro.nix
@@ -143,9 +143,9 @@ with import <stockholm/lib>;
};
};
- security.setuidPrograms = [
- "sendmail"
- ];
+ security.wrappers = {
+ sendmail.source = "${pkgs.exim}/bin/sendmail"; # for cron
+ };
security.sudo.extraConfig = ''
Defaults env_keep+="SSH_CLIENT"