about summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
authorFelix Tenley <dev@felschr.com>2021-10-29 19:08:14 +0200
committerFelix Tenley <dev@felschr.com>2021-10-30 10:26:24 +0200
commitf880f906b93bb3729be8e3acd1adb3612327d4a3 (patch)
tree296acd7df3e0a278e0d4a7d89f7a1ca2342f2c35 /nixos/doc
parent7565e8eb3278125807f7f7abafcd3232f77746d9 (diff)
nixos/ddclient: replace password with passwordFile option
Diffstat (limited to 'nixos/doc')
-rw-r--r--nixos/doc/manual/from_md/release-notes/rl-2111.section.xml7
-rw-r--r--nixos/doc/manual/release-notes/rl-2111.section.md2
2 files changed, 9 insertions, 0 deletions
diff --git a/nixos/doc/manual/from_md/release-notes/rl-2111.section.xml b/nixos/doc/manual/from_md/release-notes/rl-2111.section.xml
index aabe17cb328b4..be53f9ec56c5d 100644
--- a/nixos/doc/manual/from_md/release-notes/rl-2111.section.xml
+++ b/nixos/doc/manual/from_md/release-notes/rl-2111.section.xml
@@ -1183,6 +1183,13 @@ Superuser created successfully.
           <link xlink:href="options.html#opt-virtualisation.additionalPaths"><literal>virtualisation.additionalPaths</literal></link>.
         </para>
       </listitem>
+      <listitem>
+        <para>
+          The <literal>services.ddclient.password</literal> option was
+          removed, and replaced with
+          <literal>services.ddclient.passwordFile</literal>.
+        </para>
+      </listitem>
     </itemizedlist>
   </section>
   <section xml:id="sec-release-21.11-notable-changes">
diff --git a/nixos/doc/manual/release-notes/rl-2111.section.md b/nixos/doc/manual/release-notes/rl-2111.section.md
index e500d77fa5daf..1a865e5b1ba2d 100644
--- a/nixos/doc/manual/release-notes/rl-2111.section.md
+++ b/nixos/doc/manual/release-notes/rl-2111.section.md
@@ -365,6 +365,8 @@ In addition to numerous new and upgraded packages, this release has the followin
 - The `virtualisation.pathsInNixDB` option was renamed
   [`virtualisation.additionalPaths`](options.html#opt-virtualisation.additionalPaths).
 
+- The `services.ddclient.password` option was removed, and replaced with `services.ddclient.passwordFile`.
+
 ## Other Notable Changes {#sec-release-21.11-notable-changes}