refactor: migrate ssh auth keys & hashed password into vars

This commit is contained in:
Ryan Yin
2024-08-16 14:40:06 +08:00
parent 6c8e8111c6
commit eb83e88267
3 changed files with 21 additions and 6 deletions

View File

@@ -22,7 +22,7 @@
users.users."${myvars.username}" = {
# generated by `mkpasswd -m scrypt`
# we have to use initialHashedPassword here when using tmpfs for /
initialHashedPassword = "$7$CU..../....KDvTIXqLTXpmCaoUy2yC9.$145eM358b7Q0sRXgEBvxctd5EAuEEdao57LmZjc05D.";
inherit (myvars) initialHashedPassword;
home = "/home/${myvars.username}";
isNormalUser = true;
extraGroups = [