From a29dc78eea97b513bd8e020893d6590c81050159 Mon Sep 17 00:00:00 2001 From: Thary Date: Tue, 16 Sep 2025 18:04:08 +0300 Subject: [PATCH] fix --- module.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module.nix b/module.nix index bfd7f61..b45e249 100644 --- a/module.nix +++ b/module.nix @@ -107,7 +107,7 @@ in domain = "${cfg.subdomain}.${sp.domain}"; hashedPasswordFile = "/run/postfix/mastodon.cf"; systemTargets = [ "mastodon-email-password-setup.service" ]; - sendOnly = true; + sendOnly = false; # TODO }; systemd = {