This commit is contained in:
2025-09-16 16:50:34 +03:00
parent dddbf8b35f
commit 727c01f9d8

View File

@@ -103,11 +103,11 @@ in
# }; # };
# mailserver.loginAccounts."noreply.mastodon@${sp.domain}" = { # mailserver.loginAccounts."noreply.mastodon@${sp.domain}" = {
# mailserver.loginAccounts."mastodon@${sp.domain}" = { # mailserver.loginAccounts."mastodon@${sp.domain}" = {
sp.email."noreply@${cfg.subdomain}.${sp.domain}" = { # sp.email."noreply@${cfg.subdomain}.${sp.domain}" = {
hashedPasswordFile = "/run/postfix/mastodon.cf"; # hashedPasswordFile = "/run/postfix/mastodon.cf";
systemTargets = [ "mastodon-email-password-setup.service" ]; # systemTargets = [ "mastodon-email-password-setup.service" ];
sendOnly = true; # sendOnly = true;
}; # };
systemd = { systemd = {
services.mastodon-email-password-setup = { services.mastodon-email-password-setup = {