From 09a88511076738ba2a4d55c2cdb6fda1c7e57021 Mon Sep 17 00:00:00 2001 From: Aaron Bieber Date: Sat, 10 Sep 2022 09:52:57 -0600 Subject: [PATCH] h: poke hole in fw for prom/node --- hosts/h/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hosts/h/default.nix b/hosts/h/default.nix index 4b13873..36d6291 100644 --- a/hosts/h/default.nix +++ b/hosts/h/default.nix @@ -74,6 +74,11 @@ in { }; }; firewall = { + interfaces = { + "tailscale0" = { + allowedTCPPorts = [ 9002 ]; + }; + }; allowedTCPPorts = [ 22 80 443 53589 ]; allowedUDPPortRanges = [{ from = 60000;