clanModules/root-password: Fix root-password persistence

This commit is contained in:
a-kenji
2025-02-02 16:36:19 +07:00
parent 3acf8bbb4b
commit 51113eb656

View File

@@ -19,6 +19,7 @@
pkgs.xkcdpass
];
prompts.password.type = "hidden";
prompts.password.persist = true;
prompts.password.description = "You can autogenerate a password, if you leave this prompt blank.";
script = ''