use zsh
This commit is contained in:
@@ -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