colin: switch default shell to zsh

This commit is contained in:
2022-05-23 20:33:08 -07:00
parent 69dd055710
commit 7cf0dffa36

View File

@@ -16,6 +16,7 @@
# group = "users"; # group = "users";
extraGroups = [ "wheel" "nixbuild" "networkmanager" ]; extraGroups = [ "wheel" "nixbuild" "networkmanager" ];
initialPassword = lib.mkDefault ""; initialPassword = lib.mkDefault "";
shell = pkgs.zsh;
# shell = pkgs.bashInteractive; # shell = pkgs.bashInteractive;
# XXX colin: create ssh key for THIS user by logging in and running: # XXX colin: create ssh key for THIS user by logging in and running:
# ssh-keygen -t ed25519 # ssh-keygen -t ed25519