From: Dominik Kaiser Date: Mon, 3 Mar 2025 15:35:57 +0000 (+0100) Subject: Open Minecraft ports on antares X-Git-Url: https://git.dkaiser.de/?a=commitdiff_plain;h=9aa1505d4ad59b7f19ec7c852dd11bf98ea2f94a;p=config%2Fnixos.git Open Minecraft ports on antares --- 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 = [