From 1872fb6a61b7be51a266b2cd010babffa30d09ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charlotte=20=F0=9F=A6=9D=20Delenk?= Date: Fri, 26 Aug 2022 17:56:32 +0100 Subject: [PATCH] ??? --- config/services/mastodon.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/config/services/mastodon.nix b/config/services/mastodon.nix index 188f104e..d644d982 100644 --- a/config/services/mastodon.nix +++ b/config/services/mastodon.nix @@ -37,6 +37,7 @@ in { localDomain = "chir.rs"; extraConfig = { WEB_DOMAIN = "mastodon.chir.rs"; + ALTERNATE_DOMAINS = "mastodon.int.chir.rs"; REDIS_NAMESPACE = "mastodon"; SINGLE_USER_MODE = "true"; REDIS_HOST = "127.0.0.1";