From 4859a250fd1a4bae3b9f1eb374a8b09aee09a5ea Mon Sep 17 00:00:00 2001 From: Chandler Swift Date: Sun, 21 Dec 2025 11:25:14 -0600 Subject: [PATCH] bert: Add Minecraft server to firewall --- bert/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/bert/configuration.nix b/bert/configuration.nix index bb3f5cd..fba849c 100644 --- a/bert/configuration.nix +++ b/bert/configuration.nix @@ -109,6 +109,7 @@ networking.firewall.allowedTCPPorts = [ 80 # Caddy 443 # Caddy + 25565 # minecraft server ]; # This value determines the NixOS release from which the default