nixos/sympa: fix outgoing messaging

Because ProtectKernelModules implies NoNewPrivileges, postfix's sendmail
executable, which is setgid, wasn't able to send mail.
This commit is contained in:
Martin Milata 2020-03-24 02:35:39 +01:00
parent 8f632b404f
commit fdc36e2c89

View file

@ -25,8 +25,6 @@ let
StateDirectory = "sympa";
ProtectHome = true;
ProtectSystem = "full";
ProtectKernelTunables = true;
ProtectKernelModules = true;
ProtectControlGroups = true;
};