summary refs log tree commit diff
path: root/nixos/doc/manual
diff options
context:
space:
mode:
authorfortuneteller2k <lythe1107@gmail.com>2021-05-20 07:59:34 +0800
committerfortuneteller2k <lythe1107@gmail.com>2021-07-23 23:06:15 +0800
commit6ea6734f7152793bf5fc06bf78220c682f5f7b46 (patch)
tree902b487aa16c1e4bac39743cd6f80b9654f3a1d8 /nixos/doc/manual
parent8dfc51d9c314e75cd62faddcddca2b5fecacc12e (diff)
downloadnixpkgs-6ea6734f7152793bf5fc06bf78220c682f5f7b46.tar
nixpkgs-6ea6734f7152793bf5fc06bf78220c682f5f7b46.tar.gz
nixpkgs-6ea6734f7152793bf5fc06bf78220c682f5f7b46.tar.bz2
nixpkgs-6ea6734f7152793bf5fc06bf78220c682f5f7b46.tar.lz
nixpkgs-6ea6734f7152793bf5fc06bf78220c682f5f7b46.tar.xz
nixpkgs-6ea6734f7152793bf5fc06bf78220c682f5f7b46.tar.zst
nixpkgs-6ea6734f7152793bf5fc06bf78220c682f5f7b46.zip
nixos/iwd: add settings option
Diffstat (limited to 'nixos/doc/manual')
-rw-r--r--nixos/doc/manual/from_md/release-notes/rl-2111.section.xml9
-rw-r--r--nixos/doc/manual/release-notes/rl-2111.section.md2
2 files changed, 11 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 3695997f717..ac38a13bb3d 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
@@ -688,6 +688,15 @@
           </listitem>
         </itemizedlist>
       </listitem>
+      <listitem>
+        <para>
+          The
+          <link xlink:href="options.html#opt-networking.wireless.iwd.enable">networking.wireless.iwd</link>
+          module has a new
+          <link xlink:href="options.html#opt-networking.wireless.iwd.settings">networking.wireless.iwd.settings</link>
+          option.
+        </para>
+      </listitem>
     </itemizedlist>
   </section>
 </section>
diff --git a/nixos/doc/manual/release-notes/rl-2111.section.md b/nixos/doc/manual/release-notes/rl-2111.section.md
index cc5b6bf81ee..5dbcf3631de 100644
--- a/nixos/doc/manual/release-notes/rl-2111.section.md
+++ b/nixos/doc/manual/release-notes/rl-2111.section.md
@@ -179,3 +179,5 @@ pt-services.clipcat.enable).
   - NSS modules which should be queried after `resolved`, `files` and
     `myhostname`, but before `dns` should use the default priority
   - NSS modules which should come after `dns` should use mkAfter.
+
+- The [networking.wireless.iwd](options.html#opt-networking.wireless.iwd.enable) module has a new [networking.wireless.iwd.settings](options.html#opt-networking.wireless.iwd.settings) option.