mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 01:44:40 +02:00
pkgs/grafana-dashboards: modularize
This commit is contained in:
parent
1760b2f1dc
commit
354be79f0e
4 changed files with 38 additions and 30 deletions
|
@ -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;
|
||||
}
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue