From 7ab8cf15ca4010e968b226976cb106422e874b99 Mon Sep 17 00:00:00 2001 From: beatzaplenty Date: Mon, 9 Feb 2026 10:05:23 +0000 Subject: [PATCH] Update hosts/nix-cache/configuration.nix --- hosts/nix-cache/configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/nix-cache/configuration.nix b/hosts/nix-cache/configuration.nix index b7a5c89..d845094 100644 --- a/hosts/nix-cache/configuration.nix +++ b/hosts/nix-cache/configuration.nix @@ -22,6 +22,10 @@ locations."/".proxyPass = "http://${config.services.nix-serve.bindAddress}:${toString config.services.nix-serve.port}"; }; }; +services.prometheus.exporters.node = { + enable = true; + openFirewall = true; +}; networking.firewall.allowedTCPPorts = [ config.services.nginx.defaultHTTPListenPort ]; # Open ports in the firewall.