open http/https ports

master
Jalil Arfaoui 2024-11-15 22:51:43 +01:00
parent d7ab36f43d
commit b122699e31
1 changed files with 1 additions and 1 deletions

View File

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