Fixed system for nushell

This commit is contained in:
2024-11-05 17:36:01 -04:00
parent aa897b10af
commit b333a4f693
8 changed files with 176 additions and 61 deletions

View File

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