diff options
author | tv <tv@krebsco.de> | 2017-03-02 20:02:01 +0100 |
---|---|---|
committer | lassulus <lass@lassul.us> | 2017-03-04 02:16:44 +0100 |
commit | cf289c9aec98fcb87e1debeb48f991f0256cdbb1 (patch) | |
tree | 614b5d86a869f6cab53ea3a695bb58e76a3c669f /mv/1systems | |
parent | e71534f237057dedfcd0cd53bd89afc9ce33f1fc (diff) |
mv,tv: security.setuidPrograms -> security.wrappers
Diffstat (limited to 'mv/1systems')
-rw-r--r-- | mv/1systems/stro.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mv/1systems/stro.nix b/mv/1systems/stro.nix index e371db788..c8035b88e 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" |