From 41bfaf81cd97a04afa844fb6da669e44dd5cdf4e Mon Sep 17 00:00:00 2001 From: rotterdam Date: Tue, 27 Jun 2023 13:04:14 -0300 Subject: [PATCH] Allow mc port on alexandria --- hosts/servers/alexandria.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ]; }; };