try and do these settings differently
This commit is contained in:
parent
7b773cbcd7
commit
5455618ee2
1 changed files with 4 additions and 1 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue