This commit is contained in:
2025-09-20 00:09:46 +03:00
parent 31c035ecf1
commit 1235104b10

View File

@@ -103,10 +103,10 @@ in
# };
# mailserver.loginAccounts."noreply.mastodon@${sp.domain}" = {
# mailserver.loginAccounts."mastodon@${sp.domain}" = {
selfprivacy.emails."noreply.mastodon" = {
selfprivacy.emails."mastodon" = {
hashedPasswordFile = "/run/keys/mastodon/hashed_email_password";
systemdTargets = [ "mastodon-email-password-setup.service" ];
sendOnly = true;
sendOnly = false;
};
systemd = {