This commit is contained in:
Ellie 2026-04-30 12:43:35 -07:00
parent dc23d45f4b
commit 195fe024ca

View file

@ -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";
}
];
};
};
};