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