about summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
authorrnhmjoj <rnhmjoj@inventati.org>2019-08-26 17:37:40 +0200
committerrnhmjoj <rnhmjoj@inventati.org>2019-08-26 17:47:25 +0200
commitd5f098a96c29486e901e12de3c5f59cf1754c29a (patch)
tree7a6c8713088599fb880db7bfb068dfda50a86f76 /nixos/doc
parent0e0a533d9a185727d088de793b52950263bdef85 (diff)
downloadnixlib-d5f098a96c29486e901e12de3c5f59cf1754c29a.tar
nixlib-d5f098a96c29486e901e12de3c5f59cf1754c29a.tar.gz
nixlib-d5f098a96c29486e901e12de3c5f59cf1754c29a.tar.bz2
nixlib-d5f098a96c29486e901e12de3c5f59cf1754c29a.tar.lz
nixlib-d5f098a96c29486e901e12de3c5f59cf1754c29a.tar.xz
nixlib-d5f098a96c29486e901e12de3c5f59cf1754c29a.tar.zst
nixlib-d5f098a96c29486e901e12de3c5f59cf1754c29a.zip
nixos/doc: mention extraConfig -> settings change in pdns-recursor
Diffstat (limited to 'nixos/doc')
-rw-r--r--nixos/doc/manual/release-notes/rl-1909.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-1909.xml b/nixos/doc/manual/release-notes/rl-1909.xml
index b02d99438de0..4d636fb2b584 100644
--- a/nixos/doc/manual/release-notes/rl-1909.xml
+++ b/nixos/doc/manual/release-notes/rl-1909.xml
@@ -284,6 +284,13 @@
        Squid 3 has been removed and the <option>squid</option> derivation now refers to Squid 4.
      </para>
    </listitem>
+   <listitem>
+     <para>
+       The <option>services.pdns-recursor.extraConfig</option> option has been replaced by
+       <option>services.pdns-recursor.settings</option>. The new option allows setting extra
+       configuration while being better type-checked and mergeable.
+     </para>
+   </listitem>
   </itemizedlist>
  </section>