zsh
This commit is contained in:
@@ -10,6 +10,7 @@
|
|||||||
services.openssh.settings.PermitRootLogin = "no";
|
services.openssh.settings.PermitRootLogin = "no";
|
||||||
|
|
||||||
# Add your authorized key for a specific user
|
# Add your authorized key for a specific user
|
||||||
|
programs.zsh.enable = true;
|
||||||
users.users.synchronous = {
|
users.users.synchronous = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
shell = pkgs.zsh;
|
shell = pkgs.zsh;
|
||||||
|
|||||||
Reference in New Issue
Block a user