docs: mkpasswd

This commit is contained in:
Ryan Yin
2025-07-17 23:07:05 +08:00
parent e0fe69b887
commit 9548fef641
2 changed files with 1 additions and 2 deletions

View File

@@ -20,7 +20,6 @@
};
users.users."${myvars.username}" = {
# generated by `mkpasswd -m scrypt`
# we have to use initialHashedPassword here when using tmpfs for /
inherit (myvars) initialHashedPassword;
home = "/home/${myvars.username}";