open http/https ports
This commit is contained in:
parent
d7ab36f43d
commit
b122699e31
1 changed files with 1 additions and 1 deletions
|
|
@ -2,6 +2,6 @@
|
||||||
{
|
{
|
||||||
networking = {
|
networking = {
|
||||||
# firewall.enable = false;
|
# firewall.enable = false;
|
||||||
firewall.interfaces.allowedTCPPorts = [ 80 443 ];
|
firewall.allowedTCPPorts = [ 80 443 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue