From 8da43a68e1c9080038d43c63838cf26bebcb80ba Mon Sep 17 00:00:00 2001 From: Christine Elisabeth Koppel Date: Tue, 10 Feb 2026 17:31:10 +0100 Subject: [PATCH] Add trusted servers to matrix configuration --- nix-system-configs/modules/system/teamspeak.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nix-system-configs/modules/system/teamspeak.nix b/nix-system-configs/modules/system/teamspeak.nix index feb027f..c687232 100644 --- a/nix-system-configs/modules/system/teamspeak.nix +++ b/nix-system-configs/modules/system/teamspeak.nix @@ -71,6 +71,8 @@ allow_federation = true; allow_check_for_updates = true; + trusted_servers = ["matrix.org" "lilyu.xyz"]; + # See https://docs.conduit.rs/turn.html, and https://github.com/element-hq/synapse/blob/develop/docs/turn-howto.md for more details # turn_uris = [ # "turn:your.turn.url?transport=udp"