From c502369a23244b9cd6b61733a14410c99a3d2701 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 30 Dec 2014 18:25:02 +0100 Subject: [PATCH] Release notes --- nixos/doc/manual/release-notes/rl-1412.xml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/nixos/doc/manual/release-notes/rl-1412.xml b/nixos/doc/manual/release-notes/rl-1412.xml index 208f722e1868..d3927e84220d 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.