From 7dbaae616d62f8bc97cfd7a15810f7d9fbfa3c3c Mon Sep 17 00:00:00 2001 From: Hunter David Halloran Date: Tue, 30 Dec 2025 01:17:42 +0000 Subject: [PATCH] fix: Add gigE cameras to firewall allow list. --- default.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/default.nix b/default.nix index 93035b1..34a2f00 100644 --- a/default.nix +++ b/default.nix @@ -376,6 +376,12 @@ in 8554 # RTSP (MediaMTX) 8889 # MediaMTX WebRTC ]; + + networking.firewall.allowedUDPPorts = [ + 3956 # GigE Vision Control Protocol (GVCP) + ]; + + networking.firewall.allowPing = true; }; # Any other usda-dash specific configuration