From 311aa6d05d57fe1e94d16509b8eff43dbd6dbc7d Mon Sep 17 00:00:00 2001 From: Federico Beffa Date: Sat, 14 May 2022 11:47:48 +0200 Subject: [PATCH] nixos/users-group: Update description of 'homeMode' option. --- nixos/modules/config/users-groups.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/config/users-groups.nix b/nixos/modules/config/users-groups.nix index e9ce9d5e411..16e387a44c0 100644 --- a/nixos/modules/config/users-groups.nix +++ b/nixos/modules/config/users-groups.nix @@ -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 is true."; }; cryptHomeLuks = mkOption {