From 1466bd0fa28c5f208ccb6bed20915aa86c2153bb Mon Sep 17 00:00:00 2001 From: traxys Date: Sun, 12 May 2024 19:17:31 +0200 Subject: [PATCH] ZeNixComputa: Open Jackbox ports --- hostconfig/ZeNixComputa/nixos.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hostconfig/ZeNixComputa/nixos.nix b/hostconfig/ZeNixComputa/nixos.nix index faa9afb..5d9129a 100644 --- a/hostconfig/ZeNixComputa/nixos.nix +++ b/hostconfig/ZeNixComputa/nixos.nix @@ -40,8 +40,8 @@ wakeOnLan.enable = true; }; }; - firewall.allowedTCPPorts = [8080 8085 5201 7777 24642]; - firewall.allowedUDPPorts = [24642]; + firewall.allowedTCPPorts = [8080 8085 5201 7777 24642 80 443 843 38202 38203]; + firewall.allowedUDPPorts = [24642 80 443 843 38202 38203]; }; time.timeZone = "Europe/Paris";