colin: switch default shell to zsh
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user