diff --git a/hosts/Infini-DL360/default.nix b/hosts/Infini-DL360/default.nix index 89e69cc..99b0374 100644 --- a/hosts/Infini-DL360/default.nix +++ b/hosts/Infini-DL360/default.nix @@ -47,7 +47,7 @@ networking = { firewall = { allowedUDPPorts = [ 80 443 ]; - allowedTCPPorts = [ 80 443 ]; + allowedTCPPorts = [ 80 443 25565 ]; }; };