diff --git a/hosts/grafana/default.nix b/hosts/grafana/default.nix index 375f3d20..b84c667f 100644 --- a/hosts/grafana/default.nix +++ b/hosts/grafana/default.nix @@ -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 = [ {