From a61b71c7c8aea491f7dc4febc72273defa1c2a82 Mon Sep 17 00:00:00 2001 From: Thary Date: Sat, 13 Sep 2025 12:47:02 +0300 Subject: [PATCH] fix --- module.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module.nix b/module.nix index b5b5801..0f52cf2 100644 --- a/module.nix +++ b/module.nix @@ -78,8 +78,8 @@ in # fromAddress = "noreply.mastodon@${sp.domain}"; # user = "noreply.mastodon"; - fromAddress = "mastodon@${sp.domain}"; - user = "mastodon"; + fromAddress = "noreply.mastodon@${sp.domain}"; + user = "noreply.mastodon"; host = "hollowness.top"; port = 465;