diff --git a/nixos/doc/manual/from_md/release-notes/rl-2211.section.xml b/nixos/doc/manual/from_md/release-notes/rl-2211.section.xml index 4072a6f88c9cb4f..7775f208842234d 100644 --- a/nixos/doc/manual/from_md/release-notes/rl-2211.section.xml +++ b/nixos/doc/manual/from_md/release-notes/rl-2211.section.xml @@ -90,6 +90,15 @@ would in NixOS 22.05 and earlier. + + + If you declared admin users in + configuration.nix, the + nixos-install will now allow you to choose + between these users and root when setting + password. + + PHP now defaults to PHP 8.1, updated from 8.0. diff --git a/nixos/doc/manual/release-notes/rl-2211.section.md b/nixos/doc/manual/release-notes/rl-2211.section.md index 3cc06bfd3dcec65..449ffa801ffc5c5 100644 --- a/nixos/doc/manual/release-notes/rl-2211.section.md +++ b/nixos/doc/manual/release-notes/rl-2211.section.md @@ -44,6 +44,8 @@ In addition to numerous new and upgraded packages, this release has the followin Alternatively, you can remove the `hostPlatform` line and use NixOS like you would in NixOS 22.05 and earlier. +- If you declared admin users in `configuration.nix`, the `nixos-install` will now allow you to choose between these users and `root` when setting password. + - PHP now defaults to PHP 8.1, updated from 8.0. - `hardware.nvidia` has a new option `open` that can be used to opt in the opensource version of NVIDIA kernel driver. Note that the driver's support for GeForce and Workstation GPUs is still alpha quality, see [NVIDIA Releases Open-Source GPU Kernel Modules](https://developer.nvidia.com/blog/nvidia-releases-open-source-gpu-kernel-modules/) for the official announcement.