From ca1224feea88324868624afc47a204ea26146452 Mon Sep 17 00:00:00 2001 From: Andrea Ciceri Date: Sun, 2 Apr 2023 19:31:01 +0200 Subject: [PATCH] Using `nushell` instead of `zsh` --- modules/ccr/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ccr/default.nix b/modules/ccr/default.nix index 18c32d0..e3b4347 100644 --- a/modules/ccr/default.nix +++ b/modules/ccr/default.nix @@ -50,7 +50,7 @@ description = "Andrea Ciceri"; isNormalUser = true; inherit (config.ccr) extraGroups; - shell = pkgs.zsh; + shell = pkgs.nushell; openssh.authorizedKeys.keys = config.ccr.authorizedKeys; };