From b9f28520d87a750adaecc67c1c40d77863b9c185 Mon Sep 17 00:00:00 2001 From: etwas Date: Thu, 4 Sep 2025 10:04:57 +0200 Subject: [PATCH] feat: open python http server port --- modules/misc_hardware/networking.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/misc_hardware/networking.nix b/modules/misc_hardware/networking.nix index d5d77e2..49c6c3e 100644 --- a/modules/misc_hardware/networking.nix +++ b/modules/misc_hardware/networking.nix @@ -26,6 +26,7 @@ ]; allowedTCPPorts = [ 8080 # Mitmproxy + 8000 # HTTP Server ]; allowedUDPPortRanges = [