add 80, 443 ports

This commit is contained in:
zackartz 2024-05-03 14:25:27 -04:00
parent f1fbeb2109
commit 405a175d6b
No known key found for this signature in database
GPG key ID: 5B53E53A9A514DBA

View file

@ -124,8 +124,8 @@
services.openssh.enable = true; services.openssh.enable = true;
# Open ports in the firewall. # Open ports in the firewall.
# networking.firewall.allowedTCPPorts = [ ... ]; networking.firewall.allowedTCPPorts = [80 443];
# networking.firewall.allowedUDPPorts = [ ... ]; networking.firewall.allowedUDPPorts = [80 443];
# Or disable the firewall altogether. # Or disable the firewall altogether.
# networking.firewall.enable = false; # networking.firewall.enable = false;