user-password: Improve prompting documentation
This commit is contained in:
@@ -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.
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user