From 9aa1505d4ad59b7f19ec7c852dd11bf98ea2f94a Mon Sep 17 00:00:00 2001 From: Dominik Kaiser Date: Mon, 3 Mar 2025 16:35:57 +0100 Subject: [PATCH] Open Minecraft ports on antares --- hosts/antares/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/antares/configuration.nix b/hosts/antares/configuration.nix index b560f18..348a31e 100644 --- a/hosts/antares/configuration.nix +++ b/hosts/antares/configuration.nix @@ -138,8 +138,8 @@ users.groups.git = {}; users.groups.mcserver = {}; - networking.firewall.allowedTCPPorts = [ 80 443 9418 53 ]; - networking.firewall.allowedUDPPorts = [ 53 ]; + networking.firewall.allowedTCPPorts = [ 80 443 9418 53 25565 ]; + networking.firewall.allowedUDPPorts = [ 53 25565 ]; systemd.tmpfiles.rules = [ -- 2.47.2