diff --git a/module.nix b/module.nix index bfd7f61..b45e249 100644 --- a/module.nix +++ b/module.nix @@ -107,7 +107,7 @@ in domain = "${cfg.subdomain}.${sp.domain}"; hashedPasswordFile = "/run/postfix/mastodon.cf"; systemTargets = [ "mastodon-email-password-setup.service" ]; - sendOnly = true; + sendOnly = false; # TODO }; systemd = {