open http/https ports

This commit is contained in:
Jalil Arfaoui 2024-11-15 22:51:43 +01:00
parent d7ab36f43d
commit b122699e31

View file

@ -2,6 +2,6 @@
{ {
networking = { networking = {
# firewall.enable = false; # firewall.enable = false;
firewall.interfaces.allowedTCPPorts = [ 80 443 ]; firewall.allowedTCPPorts = [ 80 443 ];
}; };
} }