{ pkgs, ... }: { services.prometheus.exporters.node = { enable = true; port = 9001; openFirewall = true; enabledCollectors = [ "systemd" ]; }; }