feat(firewall): open web ports

This commit is contained in:
Khaïs COLIN 2024-08-20 14:12:58 +02:00
parent 77c200a099
commit 8c6d5608dd

View file

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