mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 20:59:32 -08:00
updated depreciating option
This commit is contained in:
parent
ef024cc564
commit
bb4dca5898
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ in
|
|||
|
||||
mailer = {
|
||||
ENABLED = true;
|
||||
MAILER_TYPE = "sendmail";
|
||||
PROTOCOL = "sendmail";
|
||||
FROM = "noreply@nickiel.net";
|
||||
SENDMAIL_PATH = "${pkgs.system-sendmail}/bin/sendmail";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue