summary refs log tree commit diff
path: root/nixos/modules/programs/msmtp.nix
diff options
context:
space:
mode:
authorrnhmjoj <rnhmjoj@inventati.org>2021-06-10 01:47:55 +0200
committerrnhmjoj <rnhmjoj@inventati.org>2021-09-13 13:48:13 +0200
commit8f76a6eefcfa0c9904e0749f04b27090527ce09f (patch)
tree47b535a13e66b65d02be6bd72111c34ed560b2fd /nixos/modules/programs/msmtp.nix
parent41a498578e612cf34e2aa60eb0d8fc6a5b0d4d79 (diff)
downloadnixpkgs-8f76a6eefcfa0c9904e0749f04b27090527ce09f.tar
nixpkgs-8f76a6eefcfa0c9904e0749f04b27090527ce09f.tar.gz
nixpkgs-8f76a6eefcfa0c9904e0749f04b27090527ce09f.tar.bz2
nixpkgs-8f76a6eefcfa0c9904e0749f04b27090527ce09f.tar.lz
nixpkgs-8f76a6eefcfa0c9904e0749f04b27090527ce09f.tar.xz
nixpkgs-8f76a6eefcfa0c9904e0749f04b27090527ce09f.tar.zst
nixpkgs-8f76a6eefcfa0c9904e0749f04b27090527ce09f.zip
nixos: add implict security.wrappers options
This is to keep the same permissions/setuid/setgid as before the change
in security.wrappers defaults.
Diffstat (limited to 'nixos/modules/programs/msmtp.nix')
-rw-r--r--nixos/modules/programs/msmtp.nix2
1 files changed, 2 insertions, 0 deletions
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