summaryrefslogtreecommitdiffstats
path: root/nixos/modules/config/users-groups.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/config/users-groups.nix')
-rw-r--r--nixos/modules/config/users-groups.nix6
1 files changed, 2 insertions, 4 deletions
diff --git a/nixos/modules/config/users-groups.nix b/nixos/modules/config/users-groups.nix
index 72285fe631da..a95763380986 100644
--- a/nixos/modules/config/users-groups.nix
+++ b/nixos/modules/config/users-groups.nix
@@ -198,10 +198,8 @@ let
type = types.bool;
default = false;
description = ''
- If true, the home directory will be created automatically. If this
- option is true and the home directory already exists but is not
- owned by the user, directory owner and group will be changed to
- match the user.
+ Whether to create the home directory and ensure ownership as well as
+ permissions to match the user.
'';
};