From d2d241b9d3ebc440622ae859b4c44c0c7096b45c Mon Sep 17 00:00:00 2001 From: JakeGinesin Date: Mon, 1 Sep 2025 01:44:15 -0400 Subject: [PATCH] zsh --- extras/ssh.nix | 1 + 1 file changed, 1 insertion(+) 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;