open firewall ports
This commit is contained in:
parent
6e7eabfede
commit
0c2aa71b7a
1 changed files with 2 additions and 0 deletions
|
@ -22,6 +22,8 @@
|
|||
};
|
||||
};
|
||||
|
||||
networking.firewall.allowedTCPPorts = [ 80 443 ];
|
||||
|
||||
services.nginx = {
|
||||
enable = true;
|
||||
recommendedProxySettings = true;
|
||||
|
|
Loading…
Reference in a new issue