Unverified Commit 4a73fad5 authored by Maximilian Bosch's avatar Maximilian Bosch
Browse files

nixos/doc: also note that external YAML files for grafana will end up in the store

parent 98cadbcf
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -1308,6 +1308,13 @@ services.github-runner.serviceOverrides.SupplementaryGroups = [
                  non-NixOS Grafana instances that you also want to
                  deploy to NixOS.
                </para>
                <para>
                  <emphasis role="strong">Note:</emphasis> secrets from
                  these files will be leaked into the store unless you
                  use a
                  <link xlink:href="https://grafana.com/docs/grafana/latest/setup-grafana/configure-grafana/#file-provider"><emphasis role="strong">file</emphasis>-provider
                  or env-var</link> for secrets!
                </para>
              </listitem>
              <listitem>
                <para>
+3 −0
Original line number Diff line number Diff line
@@ -426,6 +426,9 @@ Available as [services.patroni](options.html#opt-services.patroni.enable).
      provisioning files from non-NixOS Grafana instances that you also want to
      deploy to NixOS.

      __Note:__ secrets from these files will be leaked into the store unless you use a
      [**file**-provider or env-var](https://grafana.com/docs/grafana/latest/setup-grafana/configure-grafana/#file-provider) for secrets!

    - [](#opt-services.grafana.provision.notifiers) is not affected by this change because
      this feature is deprecated by Grafana and will probably removed in Grafana 10.
      It's recommended to use `services.grafana.provision.alerting.contactPoints` instead.