user-password: Improve prompting documentation

This commit is contained in:
a-kenji
2025-06-10 10:53:57 +02:00
parent 80366afbfc
commit 8e997864c3

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.
'';
};
};