bicep/matrix/livekit: open the rtc ports

This commit is contained in:
Daniel Olsen
2026-05-20 20:04:33 +02:00
parent 08a23bd380
commit 4a67eddf52

View File

@@ -64,4 +64,11 @@ in
'';
};
};
networking.firewall.allowedUDPPortRanges = [
{
from = cfg.settings.rtc.port_range_start;
to = cfg.settings.rtc.port_range_end;
}
];
}