diff --git a/module.nix b/module.nix index 18b14ef..d8dddcf 100644 --- a/module.nix +++ b/module.nix @@ -103,11 +103,11 @@ in # }; # mailserver.loginAccounts."noreply.mastodon@${sp.domain}" = { # mailserver.loginAccounts."mastodon@${sp.domain}" = { - sp.email."noreply@${cfg.subdomain}.${sp.domain}" = { - hashedPasswordFile = "/run/postfix/mastodon.cf"; - systemTargets = [ "mastodon-email-password-setup.service" ]; - sendOnly = true; - }; + # sp.email."noreply@${cfg.subdomain}.${sp.domain}" = { + # hashedPasswordFile = "/run/postfix/mastodon.cf"; + # systemTargets = [ "mastodon-email-password-setup.service" ]; + # sendOnly = true; + # }; systemd = { services.mastodon-email-password-setup = {