From be798718ce12828e4698839d2e0a233bb07d812f Mon Sep 17 00:00:00 2001 From: Julien Malka Date: Sat, 12 Oct 2024 20:26:26 +0200 Subject: [PATCH] chore(luj): switch shell to bash --- modules/users/admins.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/users/admins.nix b/modules/users/admins.nix index eb2794c..29c1964 100644 --- a/modules/users/admins.nix +++ b/modules/users/admins.nix @@ -23,7 +23,7 @@ in isNormalUser = true; home = "/home/luj"; extraGroups = extraGroups ++ [ "production-hydra-db" ]; - shell = "/run/current-system/sw/bin/zsh"; + shell = "/run/current-system/sw/bin/bash"; uid = 1001; openssh.authorizedKeys.keyFiles = [ ./keys/luj.keys ]; };