From 2d9390142a200754c25a16cccc56d75eaa5ecb4b Mon Sep 17 00:00:00 2001 From: Xe Date: Tue, 3 Jan 2023 20:18:04 -0500 Subject: [PATCH] hosts/joker: allow prometheus-node-exporter through the firewall Signed-off-by: Xe --- hosts/joker/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/joker/default.nix b/hosts/joker/default.nix index 4ca9094..e6cecae 100644 --- a/hosts/joker/default.nix +++ b/hosts/joker/default.nix @@ -137,7 +137,7 @@ # services.openssh.enable = true; # Open ports in the firewall. - # networking.firewall.allowedTCPPorts = [ ... ]; + networking.firewall.allowedTCPPorts = [ 9100 ]; # networking.firewall.allowedUDPPorts = [ ... ]; # Or disable the firewall altogether. # networking.firewall.enable = false;