user-password: set prompt to true by default

This commit is contained in:
a-kenji
2024-05-22 12:15:26 +02:00
parent 829e66581c
commit 420f8b57cc

View File

@@ -13,8 +13,8 @@
};
prompt = lib.mkOption {
type = lib.types.bool;
default = false;
example = true;
default = true;
example = false;
description = "Whether the user should be prompted.";
};
};