This commit is contained in:
Florian RICHER 2024-02-17 13:01:09 +01:00
parent 9933e82a9f
commit a09c3bd3c3
2 changed files with 9 additions and 24 deletions

View file

@ -8,4 +8,12 @@
# Enable networking
networking.networkmanager.enable = true;
networking.firewall.enable = false;
# Open ports in the firewall.
# networking.firewall.allowedTCPPorts = [ ... ];
# networking.firewall.allowedUDPPorts = [ ... ];
# Or disable the firewall altogether.
# networking.firewall.enable = false;
}