open port 80 for nginx
This commit is contained in:
parent
5936f09372
commit
66c50ad560
|
|
@ -8,4 +8,5 @@ with lib;
|
||||||
services.nginx = {
|
services.nginx = {
|
||||||
recommendedProxySettings = true;
|
recommendedProxySettings = true;
|
||||||
};
|
};
|
||||||
|
networking.firewall.openTCPPorts = [80];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue