This commit is contained in:
Sense T 2023-06-26 21:11:26 +08:00
parent 51b57d2873
commit 1483ea415c

View File

@ -1,4 +1,4 @@
{ {pkgs, ...}: {
users= { users= {
mutableUsers = false; mutableUsers = false;
users = { users = {
@ -11,6 +11,7 @@
"input" "input"
]; ];
hashedPassword = ""; # Login directly hashedPassword = ""; # Login directly
shell = pkgs.zsh;
}; };
}; };
}; };