bert: Add Minecraft server to firewall

This commit is contained in:
Chandler Swift 2025-12-21 11:25:14 -06:00
parent ff4f0a88fa
commit 4859a250fd
Signed by: chandlerswift
GPG key ID: A851D929D52FB93F

View file

@ -109,6 +109,7 @@
networking.firewall.allowedTCPPorts = [ networking.firewall.allowedTCPPorts = [
80 # Caddy 80 # Caddy
443 # Caddy 443 # Caddy
25565 # minecraft server
]; ];
# This value determines the NixOS release from which the default # This value determines the NixOS release from which the default