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