From c437b1f2e774758d79b9e9c77e684333c44276f6 Mon Sep 17 00:00:00 2001 From: Thomas Syms Date: Wed, 6 Nov 2024 11:21:05 -0400 Subject: [PATCH] Switched initial shell back to fish --- modules/system.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = [ ]; };