Change my shell to bash

This commit is contained in:
Benson Chu 2025-02-02 17:11:03 -06:00
parent 339471d761
commit 8aeee9b94d

View file

@ -156,7 +156,7 @@ in
users.users.benson = {
isNormalUser = true;
shell = pkgs.zsh;
shell = pkgs.bash;
description = "Benson Chu";
extraGroups = [ "wheel" ];
openssh.authorizedKeys.keys = keys.benson;