audio-server: open rtp port

This commit is contained in:
Sandro - 2023-12-13 20:35:05 +01:00
parent 4a86fa19aa
commit 1c649464f6
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 2 additions and 1 deletions

View File

@ -104,10 +104,11 @@ in
networking.firewall = {
allowedTCPPorts = lib.optional cfg.ledfx 80 ++ [
4713 # pulseaudio/pipewire network sync
4713 # pulseaudio/pipewire tcp sink
];
allowedUDPPorts = [
5353 # mdns
9875 # pulseaudio/pipewire rtp sink
];
};