diff --git a/module.nix b/module.nix index 5dfe521..1e3ed5a 100644 --- a/module.nix +++ b/module.nix @@ -106,7 +106,7 @@ in selfprivacy.emails."noreply.mastodon" = { hashedPasswordFile = "/run/keys/mastodon/hashed_email_password"; systemdTargets = [ "mastodon-email-password-setup.service" ]; - sendOnly = false; # TODO + sendOnly = true; }; systemd = {