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;