nixos/users-group: Update description of 'homeMode' option.

main
Federico Beffa 2 years ago
parent 9fc01af1cc
commit 311aa6d05d
  1. 2
      nixos/modules/config/users-groups.nix

@ -142,7 +142,7 @@ let
homeMode = mkOption { homeMode = mkOption {
type = types.strMatching "[0-7]{1,5}"; type = types.strMatching "[0-7]{1,5}";
default = "700"; 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.&lt;name&gt;.createHome</option> is true.";
}; };
cryptHomeLuks = mkOption { cryptHomeLuks = mkOption {

Loading…
Cancel
Save