fix(email-options): fix

This commit is contained in:
2025-09-18 19:13:59 +03:00
parent 4942e7c359
commit 31c035ecf1

View File

@@ -106,7 +106,7 @@ in
selfprivacy.emails."noreply.mastodon" = { selfprivacy.emails."noreply.mastodon" = {
hashedPasswordFile = "/run/keys/mastodon/hashed_email_password"; hashedPasswordFile = "/run/keys/mastodon/hashed_email_password";
systemdTargets = [ "mastodon-email-password-setup.service" ]; systemdTargets = [ "mastodon-email-password-setup.service" ];
sendOnly = false; # TODO sendOnly = true;
}; };
systemd = { systemd = {