From d11172971088e45e0f9617c95eb3e619b3960fa8 Mon Sep 17 00:00:00 2001 From: Atridad Lahiji Date: Thu, 12 Feb 2026 23:43:18 -0700 Subject: [PATCH] Got JS on the brain I guess --- modules/matrix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/matrix.nix b/modules/matrix.nix index d08d01f..836736f 100644 --- a/modules/matrix.nix +++ b/modules/matrix.nix @@ -19,7 +19,7 @@ in allow_encryption = true; allow_federation = true; registration_token = "1ab6b695e7a6416a1ad8985d7c72be6970be722d932d90c836aa5d5f4caf7a5b"; - trusted_servers = [ "matrix.org", "chat.blahaj.zone" ]; + trusted_servers = [ "matrix.org" "chat.blahaj.zone" ]; ip_range_denylist = [ "127.0.0.0/8" "10.0.0.0/8"