diff --git a/modules/system.nix b/modules/system.nix index 4b946e5..7d5bee1 100644 --- a/modules/system.nix +++ b/modules/system.nix @@ -69,7 +69,7 @@ description = "panotaka"; extraGroups = ["networkmanager" "wheel" "libvirtd"]; initialPassword = "panotaka"; - shell = pkgs.nushell; + shell = pkgs.fish; openssh.authorizedKeys.keys = [ ]; };