From ba224d45a4b03eb6845f3f71fb8521a5588de1f7 Mon Sep 17 00:00:00 2001 From: William Date: Sun, 1 Jun 2025 18:20:32 -0300 Subject: [PATCH] need to open ports on alexandria --- hosts/modules/alexandria/networking.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/hosts/modules/alexandria/networking.nix b/hosts/modules/alexandria/networking.nix index 2b85a18..722303c 100644 --- a/hosts/modules/alexandria/networking.nix +++ b/hosts/modules/alexandria/networking.nix @@ -6,10 +6,11 @@ allowedTCPPorts = [ 80 # HTTP 443 # HTTPS - # 25565 # Minecraft + 25565 # Minecraft ]; allowedUDPPorts = [ - # 25565 # Minecraft + 19132 # Minecraft Bedrock + 25565 # Minecraft ]; }; };