diff --git a/extras/ssh.nix b/extras/ssh.nix index e97441b..30b821e 100644 --- a/extras/ssh.nix +++ b/extras/ssh.nix @@ -10,6 +10,7 @@ services.openssh.settings.PermitRootLogin = "no"; # Add your authorized key for a specific user + programs.zsh.enable = true; users.users.synchronous = { isNormalUser = true; shell = pkgs.zsh;