pkgs/grafana-dashboards: modularize

This commit is contained in:
Felix Buehler 2023-04-11 20:44:29 +02:00
parent 1760b2f1dc
commit 354be79f0e
4 changed files with 38 additions and 30 deletions

View file

@ -75,7 +75,7 @@ in
dashboards.settings.providers = [
{
name = "Node Exporter";
options.path = pkgs.node-exporter-dashboard;
options.path = pkgs.grafana-dashboards.node-exporter;
disableDeletion = true;
}
];