Fix #9759 SSMTP sendmail wrapper - cfg instead of full path
This commit is contained in:
parent
cf3867a5ef
commit
bb528e714d
@ -129,7 +129,7 @@ in
|
|||||||
|
|
||||||
environment.systemPackages = [pkgs.ssmtp];
|
environment.systemPackages = [pkgs.ssmtp];
|
||||||
|
|
||||||
services.mail.sendmailSetuidWrapper = mkIf networking.defaultMailServer.setSendmail {
|
services.mail.sendmailSetuidWrapper = mkIf cfg.setSendmail {
|
||||||
program = "sendmail";
|
program = "sendmail";
|
||||||
source = "${pkgs.ssmtp}/bin/sendmail";
|
source = "${pkgs.ssmtp}/bin/sendmail";
|
||||||
setuid = false;
|
setuid = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user