ildkule/grafana: fix gitea dashboard typo
Some checks are pending
Eval nix flake / evals (push) Waiting to run

This commit is contained in:
2025-03-16 20:42:52 +01:00
parent c683e2184a
commit 493ab057f4
2 changed files with 4 additions and 4 deletions

View File

@@ -76,10 +76,10 @@ in {
options.path = dashboards/go-processes.json;
}
{
name = "Gitea Dashbaord";
name = "Gitea Dashboard";
type = "file";
url = "https://grafana.com/api/dashboards/17802/revisions/3/download";
options.path = dashboards/gitea-dashbaord.json;
options.path = dashboards/gitea-dashboard.json;
}
];