mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 22:11:33 +01:00
grafana: Refactor dashboard options
This commit is contained in:
parent
199f0e3eb8
commit
bfac8a286a
2 changed files with 12 additions and 12 deletions
|
|
@ -64,10 +64,10 @@
|
|||
victorialogs.enable = true;
|
||||
};
|
||||
dashboards = {
|
||||
nodeExporter = true;
|
||||
victoriametrics = true;
|
||||
victorialogs = true;
|
||||
crowdsec = true;
|
||||
nodeExporter.enable = true;
|
||||
victoriametrics.enable = true;
|
||||
victorialogs.enable = true;
|
||||
crowdsec.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue