From e938475a17b350cb18e1bb58d9d919c7a371e6d5 Mon Sep 17 00:00:00 2001 From: Ryan Lahfa Date: Wed, 14 Feb 2024 01:13:07 +0100 Subject: [PATCH] profiles/netdata: open 19999 Signed-off-by: Ryan Lahfa --- profiles/netdata.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/profiles/netdata.nix b/profiles/netdata.nix index 44e740f..b3db825 100644 --- a/profiles/netdata.nix +++ b/profiles/netdata.nix @@ -1,3 +1,4 @@ { ... }: { services.netdata.enable = true; + networking.firewall.allowedTCPPorts = [ 19999 ]; }