From 8f76a6eefcfa0c9904e0749f04b27090527ce09f Mon Sep 17 00:00:00 2001 From: rnhmjoj Date: Thu, 10 Jun 2021 01:47:55 +0200 Subject: nixos: add implict security.wrappers options This is to keep the same permissions/setuid/setgid as before the change in security.wrappers defaults. --- nixos/modules/programs/msmtp.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nixos/modules/programs/msmtp.nix') diff --git a/nixos/modules/programs/msmtp.nix b/nixos/modules/programs/msmtp.nix index 217060e6b3b..9c067bdc969 100644 --- a/nixos/modules/programs/msmtp.nix +++ b/nixos/modules/programs/msmtp.nix @@ -78,6 +78,8 @@ in { source = "${pkgs.msmtp}/bin/sendmail"; setuid = false; setgid = false; + owner = "root"; + group = "root"; }; environment.etc."msmtprc".text = let -- cgit 1.4.1