user-password: Improve prompting documentation

This commit is contained in:
a-kenji
2025-06-10 10:53:57 +02:00
parent 57a64c9a0b
commit 961e650a85

View File

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