fix
This commit is contained in:
11
module.nix
11
module.nix
@@ -103,11 +103,12 @@ 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}" = {
|
selfprivacy.email."noreply@${cfg.subdomain}.${sp.domain}" = {
|
||||||
# hashedPasswordFile = "/run/postfix/mastodon.cf";
|
domain = "${cfg.subdomain}.${sp.domain}";
|
||||||
# systemTargets = [ "mastodon-email-password-setup.service" ];
|
hashedPasswordFile = "/run/postfix/mastodon.cf";
|
||||||
# sendOnly = true;
|
systemTargets = [ "mastodon-email-password-setup.service" ];
|
||||||
# };
|
sendOnly = true;
|
||||||
|
};
|
||||||
|
|
||||||
systemd = {
|
systemd = {
|
||||||
services.mastodon-email-password-setup = {
|
services.mastodon-email-password-setup = {
|
||||||
|
Reference in New Issue
Block a user