This commit is contained in:
2025-09-12 14:45:39 +03:00
parent 5d67e07719
commit e9c06eceb4

View File

@@ -97,7 +97,7 @@ in
createLocally = false; createLocally = false;
user = "noreply.mastodon@${sp.domain}"; user = "noreply.mastodon@${sp.domain}";
fromAddress = "noreply.mastodon@${sp.domain}"; fromAddress = "noreply.mastodon@${sp.domain}";
passwordFile = ""; passwordFile = "/run/keys/mastodon/email_password";
authenticate = true; authenticate = true;
}; };
}; };