chore: new firewall ports

This commit is contained in:
noa 2024-07-06 10:03:27 +02:00
parent ab21367c2d
commit 5dc7edffd2

View file

@ -128,19 +128,11 @@
# Open ports in the firewall.
networking.firewall.allowedTCPPorts = [
22 # ssh
25565 25575 # minecraft
25566 25576 # minecraft
38281 # archipelago
34197 27015 # factorio
34198 27016 # factorio
7791 # pixelflut
7792 # flutties website
];
networking.firewall.allowedUDPPorts = [
22 # ssh
25565 25575 # minecraft
25566 25576 # minecraft
38281 # archipelago
34197 27015 # factorio
34198 27016 # factorio
];
# Or disable the firewall altogether.
# networking.firewall.enable = false;