Merge pull request 'user-password: Improve prompting documentation' (#3920) from ke-prompt into main

Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3920
This commit is contained in:
kenji
2025-06-10 09:48:16 +00:00

View File

@@ -19,7 +19,10 @@ in
type = lib.types.bool;
default = true;
example = false;
description = "Whether the user should be prompted.";
description = ''
Whether the user should be prompted
If disabled, will autogenerate the password without prompting.
'';
};
};