mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
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];
|
||||
|
||||
services.mail.sendmailSetuidWrapper = mkIf networking.defaultMailServer.setSendmail {
|
||||
services.mail.sendmailSetuidWrapper = mkIf cfg.setSendmail {
|
||||
program = "sendmail";
|
||||
source = "${pkgs.ssmtp}/bin/sendmail";
|
||||
setuid = false;
|
||||
|
Loading…
Reference in New Issue
Block a user