From a7d9238679f0a273cf70717b6e75c19e9ca0f425 Mon Sep 17 00:00:00 2001 From: Hunter David Halloran Date: Tue, 30 Dec 2025 01:22:19 +0000 Subject: [PATCH] Update default.nix --- default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/default.nix b/default.nix index 34a2f00..5011f58 100644 --- a/default.nix +++ b/default.nix @@ -377,11 +377,11 @@ in 8889 # MediaMTX WebRTC ]; - networking.firewall.allowedUDPPorts = [ + allowedUDPPorts = [ 3956 # GigE Vision Control Protocol (GVCP) ]; - networking.firewall.allowPing = true; + allowPing = true; }; # Any other usda-dash specific configuration