diff --git a/module.nix b/module.nix index aef7f70..46fd1a4 100644 --- a/module.nix +++ b/module.nix @@ -103,8 +103,7 @@ in # }; # mailserver.loginAccounts."noreply.mastodon@${sp.domain}" = { # mailserver.loginAccounts."mastodon@${sp.domain}" = { - selfprivacy.emails."noreply@${cfg.subdomain}.${sp.domain}" = { - subdomain = cfg.subdomain; + selfprivacy.emails."noreply.mastodon" = { hashedPasswordFile = "/run/postfix/mastodon.cf"; systemdTargets = [ "mastodon-email-password-setup.service" ]; sendOnly = false; # TODO