open firewall ports

This commit is contained in:
jaina heartles 2024-08-07 19:58:23 -07:00
parent 24b4fa2c8e
commit 096d89956e

View file

@ -9,4 +9,7 @@
key = "/var/lib/nebula/node.key";
ca = "/var/lib/nebula/ca.crt";
};
networking.firewall.allowedTCPPorts = [ 4242 ];
networking.firewall.allowedUDPPorts = [ 4242 ];
}