try and do these settings differently

This commit is contained in:
Lillian Violet 2026-03-17 17:37:38 +01:00
parent 7b773cbcd7
commit 5455618ee2

View file

@ -65,7 +65,10 @@ in {
turn_uris = ["turn:turn.gladtherescake.eu.url?transport=udp" "turn:turn.gladtherescake.eu?transport=tcp"]; turn_uris = ["turn:turn.gladtherescake.eu.url?transport=udp" "turn:turn.gladtherescake.eu?transport=tcp"];
matrix_rtc = { matrix_rtc = {
foci = [ foci = [
''{type = "livekit", livekit_service_url = "https://${livekit-url}"},'' {
type = "livekit";
livekit_service_url = "https://${livekit-url}";
}
]; ];
}; };
turn-secret-file = config.sops.secrets."coturn-auth-secret".path; turn-secret-file = config.sops.secrets."coturn-auth-secret".path;