{ pkgs, ... }: { services.prometheus.exporters.node = { enable = false; port = 9001; openFirewall = true; listenAddress = "0.0.0.0"; }; }