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";