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