You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Addresses #210.
I've tested this by hand with configuration:
```nix
services.grafana."grafana" = {
enable = true;
providers = [
{
name = "Databases";
type = "file";
options = {
path = ./dashboards;
foldersFromFilesStructure = true;
};
}
];
};
```
I haven't looked into it, but it might be possible to extend the
existing Grafana test to check that a folder of dashboards is loaded.
Similarly to datasources, it would be nice to be able to configure dashboard providers in the Grafana service.
(PR incoming!)
The text was updated successfully, but these errors were encountered: