From 096d89956ea8fbbcca71d28a0b034bc018ce3bd2 Mon Sep 17 00:00:00 2001 From: jaina heartles Date: Wed, 7 Aug 2024 19:58:23 -0700 Subject: [PATCH] open firewall ports --- nebula.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nebula.nix b/nebula.nix index 6b0a57a..fc9b27c 100644 --- a/nebula.nix +++ b/nebula.nix @@ -9,4 +9,7 @@ key = "/var/lib/nebula/node.key"; ca = "/var/lib/nebula/ca.crt"; }; + + networking.firewall.allowedTCPPorts = [ 4242 ]; + networking.firewall.allowedUDPPorts = [ 4242 ]; }