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 | 996cf7f1e91fce4ecf877940a7b7a5d3ced022f6 (patch) | |
tree | b49157ab20c09a9f90b214b4ef39b23776054bf3 /mv | |
parent | 13ac59be06147f0f1ad4d9e4e6bd79c8fa7f4df3 (diff) |
mv: drop security.wrappers.sendmail
Diffstat (limited to 'mv')
-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 c8035b8..bb37aed 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}" |