diff --git a/roles/default.nix b/roles/default.nix index d39a8fd..ec9b10e 100644 --- a/roles/default.nix +++ b/roles/default.nix @@ -42,8 +42,10 @@ with lib; services.openssh.enable = true; environment.systemPackages = with pkgs; [ - vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default. git + pciutils + vim + usbutils ]; nix = {