nixos/release-notes: mention networking.wireless changes

This commit is contained in:
rnhmjoj 2022-07-09 18:39:19 +02:00
parent f235dda87f
commit f951caf186
No known key found for this signature in database
GPG Key ID: BFBAF4C975F76450

View File

@ -145,6 +145,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`).
- `services.cgit` now runs as the cgit user by default instead of root.