Update to nixfox for primary mail domain
This commit is contained in:
parent
c6526ac635
commit
b404b62564
9 changed files with 20 additions and 27 deletions
|
@ -15,7 +15,7 @@
|
|||
};
|
||||
mailer = {
|
||||
ENABLED = true;
|
||||
SMTP_ADDR = "mx.${config.domains.p1}";
|
||||
SMTP_ADDR = "mx.${config.domains.p2}";
|
||||
FROM = "NixFox Git <noreply@${config.domains.p2}>";
|
||||
USER = "noreply@${config.domains.p2}";
|
||||
PASSWD = config.secrets.noreplyPassword;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue