user-password: improve prompt message

This commit is contained in:
Jörg Thalheim
2024-07-22 16:09:15 +02:00
parent 5e40346c9a
commit 4025e87843

View File

@@ -32,7 +32,7 @@
secret.user-password = { };
secret.user-password-hash = { };
generator.prompt = (
lib.mkIf config.clan.user-password.prompt "Set the password for your $user: ${config.clan.user-password.user}.
lib.mkIf config.clan.user-password.prompt "Set the password for your user '${config.clan.user-password.user}'.
You can autogenerate a password, if you leave this prompt blank."
);
generator.path = with pkgs; [