fix typo
This commit is contained in:
parent
66c50ad560
commit
449b065e7e
|
|
@ -8,5 +8,5 @@ with lib;
|
||||||
services.nginx = {
|
services.nginx = {
|
||||||
recommendedProxySettings = true;
|
recommendedProxySettings = true;
|
||||||
};
|
};
|
||||||
networking.firewall.openTCPPorts = [80];
|
networking.firewall.allowedTCPPorts = [80];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue