diff --git a/nixos/doc/manual/release-notes/rl-1412.xml b/nixos/doc/manual/release-notes/rl-1412.xml index 208f722e186..d3927e84220 100644 --- a/nixos/doc/manual/release-notes/rl-1412.xml +++ b/nixos/doc/manual/release-notes/rl-1412.xml @@ -23,9 +23,14 @@ Nix has been updated to 1.8. The default Linux kernel has been updated to 3.14. - set to true now respect any changes -made after initial creation of a user or a group. - +If is enabled (the +default), changes made to the declaration of a user or group will be +correctly realised when running nixos-rebuild. For +instance, removing a user specification from +configuration.nix will cause the actual user +account to be deleted. If is +disabled, it is no longer necessary to specify UIDs or GIDs; if +omitted, they are allocated dynamically.