Error message said to use protocol instead
This commit is contained in:
parent
c58d2e351d
commit
97cfff7fcd
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@
|
||||||
};
|
};
|
||||||
mailer = {
|
mailer = {
|
||||||
ENABLED = true;
|
ENABLED = true;
|
||||||
MAILER_TYPE = "sendmail";
|
PROTOCOL = "sendmail";
|
||||||
FROM = "no-reply@git.lillianviolet.dev";
|
FROM = "no-reply@git.lillianviolet.dev";
|
||||||
SENDMAIL_PATH = "${pkgs.system-sendmail}/bin/sendmail";
|
SENDMAIL_PATH = "${pkgs.system-sendmail}/bin/sendmail";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue