From 282630521821ae8f6a0129fe972fc7038cde62c5 Mon Sep 17 00:00:00 2001 From: Thary Date: Thu, 18 Sep 2025 18:11:26 +0300 Subject: [PATCH] improvement --- module.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/module.nix b/module.nix index aef7f70..46fd1a4 100644 --- a/module.nix +++ b/module.nix @@ -103,8 +103,7 @@ in # }; # mailserver.loginAccounts."noreply.mastodon@${sp.domain}" = { # mailserver.loginAccounts."mastodon@${sp.domain}" = { - selfprivacy.emails."noreply@${cfg.subdomain}.${sp.domain}" = { - subdomain = cfg.subdomain; + selfprivacy.emails."noreply.mastodon" = { hashedPasswordFile = "/run/postfix/mastodon.cf"; systemdTargets = [ "mastodon-email-password-setup.service" ]; sendOnly = false; # TODO