From 195fe024ca69b2fd370604ddd89f30111b8329aa Mon Sep 17 00:00:00 2001 From: Ellie <6687206+wizzeh@users.noreply.github.com> Date: Thu, 30 Apr 2026 12:43:35 -0700 Subject: [PATCH] . --- services/matrix.nix | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/services/matrix.nix b/services/matrix.nix index dc139f7..45de740 100644 --- a/services/matrix.nix +++ b/services/matrix.nix @@ -28,16 +28,17 @@ turn_secret_file = config.sops.secrets."coturn/auth_secret_home".path; turn_ttl = 86400; - matrix_rtc.foci = [ - { - type = "livekit"; - livekit_service_url = "https://lk-jwt.ellie.town"; - } - ]; + matrix_rtc.foci = []; well_known = { client = "https://matrix.ellie.town"; server = "matrix.ellie.town:443"; + rtc_focus_server_urls = [ + { + type = "livekit"; + livekit_service_url = "https://lk-jwt.ellie.town"; + } + ]; }; }; };