grafana: fix eval

This commit is contained in:
Sandro - 2022-12-10 19:42:05 +01:00
parent ff04c649c3
commit 7bc63111a2
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ in {
datasources.settings.datasources = map (datasource: {
inherit (datasource) name type access orgId url password user database isDefault jsonData;
}) (with builtins; fromJSON (readFile ./datasources.json));
dashboards = [ {
dashboards.settings.providers = [ {
settings = {
apiVersion = 1;
providers = [ {