about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorFranz Pletz <fpletz@fnordicwalking.de>2017-11-14 12:04:26 +0100
committerGitHub <noreply@github.com>2017-11-14 12:04:26 +0100
commitd43b55c1e30e28ec11b644d985a64382edaa5584 (patch)
treefc28c1f8a629012a1c962f388c8c2516efb81744 /nixos
parentcbccb1edf562ca858833506c4b0b14023b0f2db9 (diff)
parentebbe165860526748ca909d0a9d6ebff2cfa06252 (diff)
downloadnixlib-d43b55c1e30e28ec11b644d985a64382edaa5584.tar
nixlib-d43b55c1e30e28ec11b644d985a64382edaa5584.tar.gz
nixlib-d43b55c1e30e28ec11b644d985a64382edaa5584.tar.bz2
nixlib-d43b55c1e30e28ec11b644d985a64382edaa5584.tar.lz
nixlib-d43b55c1e30e28ec11b644d985a64382edaa5584.tar.xz
nixlib-d43b55c1e30e28ec11b644d985a64382edaa5584.tar.zst
nixlib-d43b55c1e30e28ec11b644d985a64382edaa5584.zip
Merge pull request #31545 from rnhmjoj/wireless
docs: document networking.wireless changes
Diffstat (limited to 'nixos')
-rw-r--r--nixos/doc/manual/release-notes/rl-1803.xml14
1 files changed, 12 insertions, 2 deletions
diff --git a/nixos/doc/manual/release-notes/rl-1803.xml b/nixos/doc/manual/release-notes/rl-1803.xml
index 17b385242f6f..bc0edf3c1c06 100644
--- a/nixos/doc/manual/release-notes/rl-1803.xml
+++ b/nixos/doc/manual/release-notes/rl-1803.xml
@@ -86,8 +86,18 @@ following incompatible changes:</para>
 <itemizedlist>
   <listitem>
     <para>
-      ZNC option <option>services.znc.mutable</option> now defaults to <literal>true</literal>.
-      That means that old configuration is not overwritten by default when update to the znc options are made.
+      ZNC option <option>services.znc.mutable</option> now defaults to
+      <literal>true</literal>. That means that old configuration is not
+      overwritten by default when update to the znc options are made.
+    </para>
+  </listitem>
+  <listitem>
+    <para>
+      The option <option>networking.wireless.networks.&lt;name&gt;.auth</option>
+      has been added for wireless networks with WPA-Enterprise authentication.
+      There is also a new <option>extraConfig</option> option to directly
+      configure <literal>wpa_supplicant</literal> and <option>hidden</option>
+      to connect to hidden networks.
     </para>
   </listitem>
 </itemizedlist>