From 23243a49e1e78626bd51b9a88afed8d4e1aacf20 Mon Sep 17 00:00:00 2001 From: Thary Date: Thu, 11 Sep 2025 22:41:09 +0300 Subject: [PATCH] fix --- module.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/module.nix b/module.nix index fc3b26d..05399a7 100644 --- a/module.nix +++ b/module.nix @@ -96,6 +96,7 @@ in smtp = { createLocally = false; user = "noreply.mastodon@${sp.domain}"; + fromAddress = "noreply.mastodon@${sp.domain}"; passwordFile = "/var/lib/mastodon/secrets/smtp-password"; authenticate = true; };