Disable firewall

This commit is contained in:
Filippo Berto 2022-09-22 10:14:57 +02:00
parent 92b826f041
commit ac91a506da
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056

View file

@ -38,7 +38,7 @@ with lib; {
# firewall.allowedTCPPorts = [ ... ]; # firewall.allowedTCPPorts = [ ... ];
# firewall.allowedUDPPorts = [ ... ]; # firewall.allowedUDPPorts = [ ... ];
# Or disable the firewall altogether. # Or disable the firewall altogether.
# firewall.enable = false; firewall.enable = false;
}; };
# Set your time zone. # Set your time zone.