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= {
mutableUsers = false;
users = {
@ -11,6 +11,7 @@
"input"
];
hashedPassword = ""; # Login directly
shell = pkgs.zsh;
};
};
};