fix: allow RTSP access

This commit is contained in:
Jan-Henrik 2026-04-19 14:57:23 +02:00
parent 9b6e086f4c
commit fa59ebd06a

View file

@ -146,6 +146,7 @@ in
1984
80
8555
8554
];
networking.firewall.allowedUDPPorts = [ 8555 ];
networking.firewall.allowedUDPPorts = [ 8555 8554 ];
}