use zsh
This commit is contained in:
parent
51b57d2873
commit
1483ea415c
@ -1,4 +1,4 @@
|
||||
{
|
||||
{pkgs, ...}: {
|
||||
users= {
|
||||
mutableUsers = false;
|
||||
users = {
|
||||
@ -11,6 +11,7 @@
|
||||
"input"
|
||||
];
|
||||
hashedPassword = ""; # Login directly
|
||||
shell = pkgs.zsh;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user