about summary refs log tree commit diff
diff options
context:
space:
mode:
authorDominik Xaver Hörl <hoe.dom@gmx.de>2021-01-09 10:55:41 +0100
committerDominik Xaver Hörl <hoe.dom@gmx.de>2021-01-09 10:55:41 +0100
commit86b3251c8024cc61cdc6f57cf0b3b60480358a47 (patch)
tree1d30ad215f9b5b721a33e87faa758601a9c42207
parent713b60460fb502651ec1b9f6c92d34ad448346a7 (diff)
downloadnixlib-86b3251c8024cc61cdc6f57cf0b3b60480358a47.tar
nixlib-86b3251c8024cc61cdc6f57cf0b3b60480358a47.tar.gz
nixlib-86b3251c8024cc61cdc6f57cf0b3b60480358a47.tar.bz2
nixlib-86b3251c8024cc61cdc6f57cf0b3b60480358a47.tar.lz
nixlib-86b3251c8024cc61cdc6f57cf0b3b60480358a47.tar.xz
nixlib-86b3251c8024cc61cdc6f57cf0b3b60480358a47.tar.zst
nixlib-86b3251c8024cc61cdc6f57cf0b3b60480358a47.zip
nixos/iwd: add release notes for changes to wireless interface renaming
-rw-r--r--nixos/doc/manual/release-notes/rl-2103.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2103.xml b/nixos/doc/manual/release-notes/rl-2103.xml
index 3186eb7449fe..62cb1b3e039f 100644
--- a/nixos/doc/manual/release-notes/rl-2103.xml
+++ b/nixos/doc/manual/release-notes/rl-2103.xml
@@ -95,6 +95,15 @@
     </para>
    </listitem>
    <listitem>
+    <para>
+     The <varname>networking.wireless.iwd</varname> module now installs
+     the upstream-provided 80-iwd.link file, which sets the NamePolicy=
+     for all wlan devices to "keep kernel", to avoid race conditions
+     between iwd and networkd. If you don't want this, you can set
+     <literal>systemd.network.links."80-iwd" = lib.mkForce {}</literal>.
+    </para>
+   </listitem>
+   <listitem>
      <para>
        <literal>rubyMinimal</literal> was removed due to being unused and
        unusable. The default ruby interpreter includes JIT support, which makes