summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
authorKFears <kfearsoff@gmail.com>2022-10-12 03:17:42 +0400
committerKFears <kfearsoff@gmail.com>2022-10-22 23:56:14 +0400
commit9f963f36e521b36e7ac08f09c65659cb58929d98 (patch)
tree6200364b0a6cc0e0d32009b1bf429994c1f846f2 /nixos/doc
parentc7cd659710e8e42e00f5e2792522b34396043459 (diff)
nixos/grafana: refactor settings for RFC42
Diffstat (limited to 'nixos/doc')
-rw-r--r--nixos/doc/manual/from_md/release-notes/rl-2211.section.xml8
-rw-r--r--nixos/doc/manual/release-notes/rl-2211.section.md2
2 files changed, 10 insertions, 0 deletions
diff --git a/nixos/doc/manual/from_md/release-notes/rl-2211.section.xml b/nixos/doc/manual/from_md/release-notes/rl-2211.section.xml
index 0c5ca3cae2e1e..9cac3a5d1821c 100644
--- a/nixos/doc/manual/from_md/release-notes/rl-2211.section.xml
+++ b/nixos/doc/manual/from_md/release-notes/rl-2211.section.xml
@@ -835,6 +835,14 @@
       </listitem>
       <listitem>
         <para>
+          The <literal>services.grafana</literal> options were converted
+          to a
+          <link xlink:href="https://github.com/NixOS/rfcs/blob/master/rfcs/0042-config-option.md">RFC
+          0042</link> configuration.
+        </para>
+      </listitem>
+      <listitem>
+        <para>
           The <literal>services.grafana.provision.datasources</literal>
           and <literal>services.grafana.provision.dashboards</literal>
           options were converted to a
diff --git a/nixos/doc/manual/release-notes/rl-2211.section.md b/nixos/doc/manual/release-notes/rl-2211.section.md
index 29b6b128d0cd4..cd1ea1ceb4e8b 100644
--- a/nixos/doc/manual/release-notes/rl-2211.section.md
+++ b/nixos/doc/manual/release-notes/rl-2211.section.md
@@ -272,6 +272,8 @@ Available as [services.patroni](options.html#opt-services.patroni.enable).
 
 - The `services.matrix-synapse` systemd unit has been hardened.
 
+- The `services.grafana` options were converted to a [RFC 0042](https://github.com/NixOS/rfcs/blob/master/rfcs/0042-config-option.md) configuration.
+
 - The `services.grafana.provision.datasources` and `services.grafana.provision.dashboards` options were converted to a [RFC 0042](https://github.com/NixOS/rfcs/blob/master/rfcs/0042-config-option.md) configuration. They also now support specifying the provisioning YAML file with `path` option.
 
 - The `services.grafana.provision.alerting` option was added. It includes suboptions for every alerting-related objects (with the exception of `notifiers`), which means it's now possible to configure modern Grafana alerting declaratively.