From 1235104b10506bde3fadeedf8c6ea870e5bfc7a9 Mon Sep 17 00:00:00 2001 From: Thary Date: Sat, 20 Sep 2025 00:09:46 +0300 Subject: [PATCH] fix --- module.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module.nix b/module.nix index 1e3ed5a..3247fff 100644 --- a/module.nix +++ b/module.nix @@ -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 = {