user-password: set prompt to true by default
This commit is contained in:
@@ -13,8 +13,8 @@
|
|||||||
};
|
};
|
||||||
prompt = lib.mkOption {
|
prompt = lib.mkOption {
|
||||||
type = lib.types.bool;
|
type = lib.types.bool;
|
||||||
default = false;
|
default = true;
|
||||||
example = true;
|
example = false;
|
||||||
description = "Whether the user should be prompted.";
|
description = "Whether the user should be prompted.";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user