From 31c035ecf18d668deab16a34bf8457f8df7d5b33 Mon Sep 17 00:00:00 2001 From: Thary Date: Thu, 18 Sep 2025 19:13:59 +0300 Subject: [PATCH] fix(email-options): fix --- module.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module.nix b/module.nix index 5dfe521..1e3ed5a 100644 --- a/module.nix +++ b/module.nix @@ -106,7 +106,7 @@ in selfprivacy.emails."noreply.mastodon" = { hashedPasswordFile = "/run/keys/mastodon/hashed_email_password"; systemdTargets = [ "mastodon-email-password-setup.service" ]; - sendOnly = false; # TODO + sendOnly = true; }; systemd = {