From e57eaf1fe9fa00934d810c83b708c3843cdb20b5 Mon Sep 17 00:00:00 2001 From: traxys Date: Thu, 1 Jun 2023 17:17:55 +0200 Subject: [PATCH] ZeNixComputa: Expose common HTTP developpement ports --- hostconfig/ZeNixComputa/nixos.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hostconfig/ZeNixComputa/nixos.nix b/hostconfig/ZeNixComputa/nixos.nix index 186c264..937f12d 100644 --- a/hostconfig/ZeNixComputa/nixos.nix +++ b/hostconfig/ZeNixComputa/nixos.nix @@ -30,6 +30,7 @@ wakeOnLan.enable = true; }; }; + firewall.allowedTCPPorts = [8080 8085]; }; time.timeZone = "Europe/Paris";