nixos/release-notes: document reiserfs removal

While this has been deprecated for a while in the kernel and is hardly
used these days, it's still worth a mention when a file-system is
dropped from a Linux distro.

Follows up on #461260.
This commit is contained in:
Maximilian Bosch 2026-01-06 15:26:37 +01:00
commit 3e6f45ef0e
No known key found for this signature in database

View file

@ -69,6 +69,8 @@ of pulling the upstream container image from Docker Hub. If you want the old beh
- `services.desktopManager.gnome` no longer installs the Geary e-mail client since it is not part of the GNOME [core applications](https://apps.gnome.org/) list. Geary's position in the default favorite apps section has been replaced by GNOME Text Editor. To keep it installed, add `programs.geary.enable = true;` to your configuration.
- Support for `reiserfs` in nixpkgs has been removed, following the removal in Linux 6.13.
- The `networking.wireless` module has been security hardened: the `wpa_supplicant` daemon now runs under an unprivileged user with restricted access to the system.
As part of these changes, `/etc/wpa_supplicant.conf` has been deprecated: the NixOS-generated configuration file is now linked to `/etc/wpa_supplicant/nixos.conf` and `/etc/wpa_supplicant/imperative.conf` has been added for imperatively configuring `wpa_supplicant` or when using [allowAuxiliaryImperativeNetworks](#opt-networking.wireless.allowAuxiliaryImperativeNetworks).