open nebula firewall

This commit is contained in:
jaina heartles 2024-08-07 20:04:43 -07:00
parent 096d89956e
commit 1cb4864c7c

View file

@ -8,6 +8,17 @@
cert = "/var/lib/nebula/node.crt";
key = "/var/lib/nebula/node.key";
ca = "/var/lib/nebula/ca.crt";
firewall.inbound = [{
host = "any";
port = "any";
proto = "any";
}];
firewall.outbound = [{
host = "any";
port = "any";
proto = "any";
}];
};
networking.firewall.allowedTCPPorts = [ 4242 ];