nixos/grafana: we only support single YAML files for provisioning
This commit is contained in:
parent
45e1ce7e3a
commit
03b34e85d4
2 changed files with 2 additions and 2 deletions
|
@ -1300,7 +1300,7 @@ services.github-runner.serviceOverrides.SupplementaryGroups = [
|
|||
<para>
|
||||
Instead of declaring datasources and dashboards in
|
||||
pure Nix, it’s also possible to specify configuration
|
||||
directories with YAML instead using
|
||||
files with YAML instead using
|
||||
<xref linkend="opt-services.grafana.provision.datasources.path" />
|
||||
(or
|
||||
<xref linkend="opt-services.grafana.provision.dashboards.path" />.
|
||||
|
|
|
@ -420,7 +420,7 @@ Available as [services.patroni](options.html#opt-services.patroni.enable).
|
|||
[](#opt-services.grafana.provision.dashboards.settings.apiVersion)).
|
||||
|
||||
- Instead of declaring datasources and dashboards in pure Nix, it's also possible
|
||||
to specify configuration directories with YAML instead using
|
||||
to specify configuration files with YAML instead using
|
||||
[](#opt-services.grafana.provision.datasources.path) (or
|
||||
[](#opt-services.grafana.provision.dashboards.path). This is useful when having
|
||||
provisioning files from non-NixOS Grafana instances that you also want to
|
||||
|
|
Loading…
Reference in a new issue