Shift the noreply email to nixfox
This commit is contained in:
parent
1bb7bb27bf
commit
ef2ee5fb07
7 changed files with 12 additions and 20 deletions
|
@ -16,8 +16,8 @@
|
|||
mailer = {
|
||||
ENABLED = true;
|
||||
SMTP_ADDR = "mx.${config.domains.p1}";
|
||||
FROM = "NixFox Git <noreply@${config.domains.p1}>";
|
||||
USER = "noreply@${config.domains.p1}";
|
||||
FROM = "NixFox Git <noreply@${config.domains.p2}>";
|
||||
USER = "noreply@${config.domains.p2}";
|
||||
PASSWD = config.secrets.noreplyPassword;
|
||||
PROTOCOL = "smtps";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue