Root-password: remove deprecated default option

This commit is contained in:
Johannes Kirschbauer
2025-01-14 17:28:12 +01:00
parent f16f68c77b
commit 021cb6274f

View File

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