From 10332711d609668e68491d6d8e32bbfcf0228b82 Mon Sep 17 00:00:00 2001 From: tv Date: Thu, 2 Mar 2017 20:02:01 +0100 Subject: mv,tv: security.setuidPrograms -> security.wrappers --- mv/1systems/stro.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mv') diff --git a/mv/1systems/stro.nix b/mv/1systems/stro.nix index e371db7..c8035b8 100644 --- a/mv/1systems/stro.nix +++ b/mv/1systems/stro.nix @@ -143,9 +143,9 @@ with import ; }; }; - security.setuidPrograms = [ - "sendmail" - ]; + security.wrappers = { + sendmail.source = "${pkgs.exim}/bin/sendmail"; # for cron + }; security.sudo.extraConfig = '' Defaults env_keep+="SSH_CLIENT" -- cgit v1.2.3