Revert "bicep/matrix/livekit: open the rtc ports"

This reverts commit 4a67eddf52.
This commit is contained in:
Daniel Olsen
2026-05-23 23:23:41 +02:00
parent 6cca1db3b3
commit 09163b77da

View File

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