From f6d739ac2111b3cae2a99de5340cb046040cf8af Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Thu, 30 May 2024 00:47:12 -0400 Subject: [PATCH] Infini-DL360: open default Minecraft port --- hosts/Infini-DL360/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ]; }; };