diff --git a/modules/matrix.nix b/modules/matrix.nix index d5a3d94..fe99b73 100644 --- a/modules/matrix.nix +++ b/modules/matrix.nix @@ -18,7 +18,7 @@ in allow_registration = true; allow_encryption = true; allow_federation = true; - trusted_servers = [ "matrix.org" ]; + trusted_servers = [ "matrix.org, chat.blahaj.zone" ]; ip_range_denylist = [ "127.0.0.0/8" "10.0.0.0/8"