nixos/users-group: Update description of 'homeMode' option.
This commit is contained in:
parent
9fc01af1cc
commit
311aa6d05d
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ let
|
|||
homeMode = mkOption {
|
||||
type = types.strMatching "[0-7]{1,5}";
|
||||
default = "700";
|
||||
description = "The user's home directory mode in numeric format. See chmod(1).";
|
||||
description = "The user's home directory mode in numeric format. See chmod(1). The mode is only applied if <option>users.users.<name>.createHome</option> is true.";
|
||||
};
|
||||
|
||||
cryptHomeLuks = mkOption {
|
||||
|
|
Loading…
Reference in a new issue