feat(forgejo): enable mailer
This commit is contained in:
parent
af533ec3bf
commit
e6272ebca0
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ in {
|
||||||
federation.ENABLED = true;
|
federation.ENABLED = true;
|
||||||
|
|
||||||
mailer = {
|
mailer = {
|
||||||
ENABLED = false;
|
ENABLED = true;
|
||||||
PROTOCOL = "sendmail";
|
PROTOCOL = "sendmail";
|
||||||
FROM = "buffet's kitchen <do-not-reply@buffets.kitchen>";
|
FROM = "buffet's kitchen <do-not-reply@buffets.kitchen>";
|
||||||
SENDMAIL_PATH = "${pkgs.system-sendmail}/bin/sendmail";
|
SENDMAIL_PATH = "${pkgs.system-sendmail}/bin/sendmail";
|
||||||
|
|
Loading…
Reference in a new issue