nixbld: fix gitea emails

This commit is contained in:
Sébastien Bourdeauducq 2024-06-05 11:23:24 +08:00
parent 18a41e1c88
commit f973d2969a
1 changed files with 2 additions and 1 deletions

View File

@ -755,7 +755,8 @@ in
mailer = {
ENABLED = true;
SMTP_ADDR = "mail.m-labs.hk:587";
SMTP_ADDR = "mail.m-labs.hk";
SMTP_PORT = "587";
FROM = "sysop@m-labs.hk";
USER = "sysop@m-labs.hk";
};