grafana: Provision datasources and dashboards

This commit is contained in:
SebastianStork 2025-09-20 15:37:09 +02:00
parent 3161b9190a
commit 58e7ffce5c
4 changed files with 142 additions and 44 deletions

View file

@ -56,6 +56,11 @@
grafana = {
enable = true;
domain = "grafana.${tailscaleDomain}";
datasources = {
victoriametrics.enable = true;
victorialogs.enable = true;
};
dashboards.node-exporter-full.enable = true;
};
victoriametrics = {