open http/https ports
parent
d7ab36f43d
commit
b122699e31
|
@ -2,6 +2,6 @@
|
|||
{
|
||||
networking = {
|
||||
# firewall.enable = false;
|
||||
firewall.interfaces.allowedTCPPorts = [ 80 443 ];
|
||||
firewall.allowedTCPPorts = [ 80 443 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue