Update to nixfox for primary mail domain

This commit is contained in:
Jimbo 2025-01-28 14:32:43 -05:00
parent c6526ac635
commit b404b62564
9 changed files with 20 additions and 27 deletions

View file

@ -8,7 +8,7 @@
configureNginx = true;
smtp = {
createLocally = false;
host = "mx.${config.domains.p1}";
host = "mx.${config.domains.p2}";
port = 587;
authenticate = true;
fromAddress = "NixFox Mastodon <noreply@${config.domains.p2}>";