flake update

This commit is contained in:
Markus Heurung 2024-12-27 19:00:32 +01:00
parent ecf20ada3c
commit 4e0c0ff3d5
2 changed files with 41 additions and 41 deletions

View file

@ -166,8 +166,8 @@
# Open ports in the firewall.
# FIREWALL IS ENABLED BY DEFAULT - muhh
# networking.firewall.allowedTCPPorts = [ ... ];
# networking.firewall.allowedUDPPorts = [ ... ];
networking.firewall.allowedTCPPorts = [ 19132 ];
networking.firewall.allowedUDPPorts = [ 19132 ];
# Or disable the firewall altogether.
# networking.firewall.enable = false;