Switched initial shell back to fish

This commit is contained in:
2024-11-06 11:21:05 -04:00
parent bcb8ed0125
commit c437b1f2e7

View File

@@ -69,7 +69,7 @@
description = "panotaka"; description = "panotaka";
extraGroups = ["networkmanager" "wheel" "libvirtd"]; extraGroups = ["networkmanager" "wheel" "libvirtd"];
initialPassword = "panotaka"; initialPassword = "panotaka";
shell = pkgs.nushell; shell = pkgs.fish;
openssh.authorizedKeys.keys = [ openssh.authorizedKeys.keys = [
]; ];
}; };