From c5fae75443a7f13b54a0952d12275e9016628db2 Mon Sep 17 00:00:00 2001 From: tv Date: Tue, 1 Aug 2017 23:28:41 +0200 Subject: [PATCH] mv: drop security.wrappers.sendmail --- mv/1systems/stro.nix | 4 ---- 1 file changed, 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 ; }; }; - 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}"