fix: final set of changes to get it working

This commit is contained in:
silver 2024-05-23 04:20:44 +01:00
parent b8c6e153a4
commit 9148963c1f
Signed by: silver
GPG key ID: 54E2C71918E93B74
2 changed files with 3 additions and 2 deletions

View file

@ -67,9 +67,10 @@ in {
datasources.settings.datasources = [
{
name = cfg.datasource.name;
type = "Prometheus";
type = "prometheus";
url = cfg.datasource.url;
isDefault = true;
editable = true;
}
];
};