Files
nix-flake/hosts/axoserver-nix/firewall.nix
2026-01-28 11:41:51 +03:00

6 lines
156 B
Nix

{ ... } : {
# networking.firewall.enable = false;
networking.firewall.allowedTCPPorts = [ 25565 ];
networking.firewall.allowedUDPPorts = [ 25565 ];
}