_:
{
services = {
prometheus = {
enable = true;
port = 9090;
exporters = {
node = {
enabledCollectors = [ "systemd" ];
port = 9100;
};
}