diff --git a/clanServices/users/default.nix b/clanServices/users/default.nix index d5e6c3447..8297be177 100644 --- a/clanServices/users/default.nix +++ b/clanServices/users/default.nix @@ -20,7 +20,19 @@ type = lib.types.bool; default = true; example = false; - description = "Whether the user should be prompted."; + description = '' + Whether the user should be prompted for a password. + + Effects: + + - *enabled* (`true`) - Prompt for a passwort during the machine installation or update workflow. + - *disabled* (`false`) - Generate a passwort during the machine installation or update workflow. + + The password can be shown in two steps: + + - `clan vars list ` + - `clan vars get ` + ''; }; }; };