Error message said to use protocol instead
This commit is contained in:
parent
6a4ef2685d
commit
5d036f3ee5
|
@ -32,7 +32,7 @@
|
|||
};
|
||||
mailer = {
|
||||
ENABLED = true;
|
||||
MAILER_TYPE = "sendmail";
|
||||
PROTOCOL = "sendmail";
|
||||
FROM = "no-reply@git.lillianviolet.dev";
|
||||
SENDMAIL_PATH = "${pkgs.system-sendmail}/bin/sendmail";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue