From 3945f5003df5487435ddab5f2f8139092534027d Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Fri, 28 Jun 2024 09:54:50 +0200 Subject: [PATCH] feat: open minecraft rcon and archipelago --- hosts/server/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/server/configuration.nix b/hosts/server/configuration.nix index 14b290c..30bbf85 100644 --- a/hosts/server/configuration.nix +++ b/hosts/server/configuration.nix @@ -126,8 +126,8 @@ }; # Open ports in the firewall. - networking.firewall.allowedTCPPorts = [ 22 25565 ]; - networking.firewall.allowedUDPPorts = [ 22 25565 ]; + networking.firewall.allowedTCPPorts = [ 22 25565 25575 38281 ]; + networking.firewall.allowedUDPPorts = [ 22 25565 25575 38281 ]; # Or disable the firewall altogether. # networking.firewall.enable = false;