service/prometheus: enable systemd dashboard

This commit is contained in:
Felix Buehler 2023-04-16 17:49:23 +02:00
parent 2ac7c4e596
commit d28d38bc23
3 changed files with 708 additions and 0 deletions

View file

@ -111,6 +111,11 @@ in
options.path = pkgs.grafana-dashboards.prometheus;
disableDeletion = true;
}
{
name = "Systemd";
options.path = pkgs.grafana-dashboards.node-systemd;
disableDeletion = true;
}
];
};