diff options
| author | tv <tv@krebsco.de> | 2017-08-01 23:28:41 +0200 | 
|---|---|---|
| committer | tv <tv@krebsco.de> | 2017-08-01 23:28:41 +0200 | 
| commit | c5fae75443a7f13b54a0952d12275e9016628db2 (patch) | |
| tree | 7c84e67f83c63529ad86b4dea38e78fa0f3f3e52 | |
| parent | 51042442288c2d27a2fb7ce073801932c5457813 (diff) | |
mv: drop security.wrappers.sendmail
| -rw-r--r-- | mv/1systems/stro.nix | 4 | 
1 files changed, 0 insertions, 4 deletions
diff --git a/mv/1systems/stro.nix b/mv/1systems/stro.nix index c8035b88e..bb37aedda 100644 --- a/mv/1systems/stro.nix +++ b/mv/1systems/stro.nix @@ -143,10 +143,6 @@ with import <stockholm/lib>;      };    }; -  security.wrappers = { -    sendmail.source = "${pkgs.exim}/bin/sendmail"; # for cron -  }; -    security.sudo.extraConfig = ''      Defaults env_keep+="SSH_CLIENT"      Defaults mailto="${config.krebs.users.mv.mail}"  | 
