open port 80 for nginx

This commit is contained in:
Patrick Neff 2024-04-14 17:49:30 +02:00
parent 5936f09372
commit 66c50ad560
1 changed files with 1 additions and 0 deletions

View File

@ -8,4 +8,5 @@ with lib;
services.nginx = { services.nginx = {
recommendedProxySettings = true; recommendedProxySettings = true;
}; };
networking.firewall.openTCPPorts = [80];
} }