about summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
authorMichele Guerini Rocco2024-09-11 19:58:36 +0200
committerGitHub2024-09-11 19:58:36 +0200
commitb94f2597143d383aeed61a8f036b596d34a26dfc (patch)
treec8b0b9518a3a1f3ef43211e6678a687a87255c91 /nixos/doc
parenta2fb8b9c6d09eb0c5cd7b65cf0f4a2d2ad622c7d (diff)
parent89eb93dc3ffda68535d6ee51a7825f1de31ae658 (diff)
nixos/wireless: reimplement secrets using ext_password_backend (#180872)
Diffstat (limited to 'nixos/doc')
-rw-r--r--nixos/doc/manual/release-notes/rl-2411.section.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2411.section.md b/nixos/doc/manual/release-notes/rl-2411.section.md
index ca795a6af656..1ef225980bcc 100644
--- a/nixos/doc/manual/release-notes/rl-2411.section.md
+++ b/nixos/doc/manual/release-notes/rl-2411.section.md
@@ -197,6 +197,9 @@
   moved into the top level scope (i.e., `budgie.budgie-desktop` is now
   `budgie-desktop`)
 
+- The method to safely handle secrets in the `networking.wireless` module has been changed to benefit from a [new feature](https://w1.fi/cgit/hostap/commit/?id=e680a51e94a33591f61edb210926bcb71217a21a) of wpa_supplicant.
+  The syntax to refer to secrets has changed slightly and the option `networking.wireless.environmentFile` has been replaced by `networking.wireless.secretsFile`; see the description of the latter for how to upgrade.
+
 - All Cinnamon and XApp packages have been moved to top-level (i.e., `cinnamon.nemo` is now `nemo`).
 
 - All GNOME packages have been moved to top-level (i.e., `gnome.nautilus` is now `nautilus`).