Update default.nix

This commit is contained in:
2025-12-30 01:22:19 +00:00
parent 7dbaae616d
commit a7d9238679

View File

@@ -377,11 +377,11 @@ in
8889 # MediaMTX WebRTC 8889 # MediaMTX WebRTC
]; ];
networking.firewall.allowedUDPPorts = [ allowedUDPPorts = [
3956 # GigE Vision Control Protocol (GVCP) 3956 # GigE Vision Control Protocol (GVCP)
]; ];
networking.firewall.allowPing = true; allowPing = true;
}; };
# Any other usda-dash specific configuration # Any other usda-dash specific configuration