From b8c7f1a577b8cf8aaf72dbe91265847a5a1bd239 Mon Sep 17 00:00:00 2001 From: Silas Schöffel Date: Sat, 25 Jan 2025 20:35:14 +0100 Subject: fix(modules/mastodon): update emailhost --- modules/by-name/ma/mastodon/module.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/by-name/ma') diff --git a/modules/by-name/ma/mastodon/module.nix b/modules/by-name/ma/mastodon/module.nix index 0616138..5645014 100644 --- a/modules/by-name/ma/mastodon/module.nix +++ b/modules/by-name/ma/mastodon/module.nix @@ -61,7 +61,7 @@ in { createLocally = false; fromAddress = emailAddress; user = emailAddress; - host = "server1.vhack.eu"; + host = "mail.foss-syndicate.org"; passwordFile = config.age.secrets.mastodonMail.path; }; streamingProcesses = 3; # Number of Cores - 1 -- cgit 1.4.1