try this
All checks were successful
Deploy NixOS / deploy (push) Successful in 32s

This commit is contained in:
2026-02-13 10:01:13 -07:00
parent e290fa43a4
commit a94c902ee1

View File

@@ -59,12 +59,14 @@ in
use_external_ip = true;
allow_tcp_fallback = true;
};
room.auto_create = false;
room.auto_create = true;
turn = {
enabled = true;
domain = matrixRtcDomain;
tls_port = 5349;
udp_port = 3478;
relay_range_start = 50000;
relay_range_end = 60000;
cert_file = "/run/credentials/livekit.service/turn-cert";
key_file = "/run/credentials/livekit.service/turn-key";
};