forgejo: add mailer
This commit is contained in:
parent
fd042fcbf7
commit
76b9ed327e
1 changed files with 7 additions and 0 deletions
|
@ -81,6 +81,13 @@ in
|
|||
HTTP_PORT = forgejoPort;
|
||||
};
|
||||
|
||||
mailer = {
|
||||
ENABLED = true;
|
||||
PROTOCOL = "sendmail";
|
||||
FROM = "no-reply@${domainName}";
|
||||
SENDMAIL_PATH = "${pkgs.system-sendmail}/bin/sendmail";
|
||||
};
|
||||
|
||||
service.DISABLE_REGISTRATION = true;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue