diff --git a/hosts/servers/alexandria.nix b/hosts/servers/alexandria.nix index 71948f7..5198fe5 100644 --- a/hosts/servers/alexandria.nix +++ b/hosts/servers/alexandria.nix @@ -20,7 +20,7 @@ networking = { hostName = "alexandria"; firewall = { - allowedTCPPorts = [ 80 443 9666 ]; + allowedTCPPorts = [ 80 443 25565 9666 ]; allowedUDPPorts = [ 24454 ]; }; };