firewall tweaks

This commit is contained in:
Xory 2026-02-05 18:23:13 +02:00
parent 9786fb8aff
commit b31e614798

View file

@ -283,8 +283,8 @@
# List services that you want to enable: # List services that you want to enable:
# Open ports in the firewall. # Open ports in the firewall.
networking.firewall.allowedTCPPorts = [ 8000 8080 25565 ]; networking.firewall.allowedTCPPorts = [ 8000 8080 25565 5173 5174 ];
networking.firewall.allowedUDPPorts = [ 8000 8080 ]; networking.firewall.allowedUDPPorts = [ 8000 8080 5173 5174 ];
# Or disable the firewall altogether. # Or disable the firewall altogether.
# networking.firewall.enable = false; # networking.firewall.enable = false;
nix.settings.experimental-features = [ "nix-command" "flakes" ]; nix.settings.experimental-features = [ "nix-command" "flakes" ];