From 53ae5d1d258fd1de56bff4e9b65a7d3287cc9a1a Mon Sep 17 00:00:00 2001 From: Ellie <6687206+wizzeh@users.noreply.github.com> Date: Tue, 7 Apr 2026 00:14:42 -0700 Subject: [PATCH] add jwt to .well-known --- services/wireguard-outer.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/wireguard-outer.nix b/services/wireguard-outer.nix index 02ea612..b6f148f 100644 --- a/services/wireguard-outer.nix +++ b/services/wireguard-outer.nix @@ -158,7 +158,7 @@ locations."= /.well-known/matrix/client".extraConfig = '' default_type application/json; add_header Access-Control-Allow-Origin *; - return 200 '{"m.homeserver":{"base_url":"https://matrix.ellie.town"}}';''; + return 200 '{"m.homeserver":{"base_url":"https://matrix.ellie.town"},"org.matrix.msc4143.rtc_foci":[{"type":"livekit","livekit_service_url":"https://lk-jwt.ellie.town"}]}';''; locations."= /.well-known/element/call.json".extraConfig = '' default_type application/json;