From 77bdedef794737d7dce5210e8988eb7902c843df Mon Sep 17 00:00:00 2001 From: Thary Date: Sat, 13 Sep 2025 03:06:36 +0300 Subject: [PATCH] fix --- module.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module.nix b/module.nix index 9fef505..7c493e3 100644 --- a/module.nix +++ b/module.nix @@ -78,8 +78,8 @@ in # user = "noreply.mastodon@${sp.domain}"; fromAddress = "noreply.mastodon@${sp.domain}"; user = "noreply.mastodon"; - # host = ""; - host = "127.0.0.1"; + host = "hollowness.top"; + # host = "127.0.0.1"; port = 465; # port = 22; passwordFile = "/run/keys/mastodon/email_password";