ma default: disable sendmail security wrapper
This commit is contained in:
parent
696942b585
commit
cc0e4b76bf
|
@ -75,10 +75,10 @@ with import <stockholm/lib>;
|
|||
auto-optimise-store = true
|
||||
'';
|
||||
|
||||
security.wrappers.sendmail = {
|
||||
source = "${pkgs.exim}/bin/sendmail";
|
||||
setuid = true;
|
||||
};
|
||||
#security.wrappers.sendmail = {
|
||||
# source = "${pkgs.exim}/bin/sendmail";
|
||||
# setuid = true;
|
||||
#};
|
||||
services.journald.extraConfig = ''
|
||||
SystemMaxUse=1G
|
||||
RuntimeMaxUse=128M
|
||||
|
|
Loading…
Reference in a new issue