From 695e5a6e70b7e4a584009a938bf377048066cfc5 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Thu, 17 Aug 2023 09:32:42 -0500 Subject: [PATCH] Add virt tools --- hosts/jude/virt.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/jude/virt.nix b/hosts/jude/virt.nix index ed78ae4..ad40c9b 100644 --- a/hosts/jude/virt.nix +++ b/hosts/jude/virt.nix @@ -4,9 +4,11 @@ environment.systemPackages = with pkgs; [ guestfs-tools libguestfs + ovftool packer virt-manager vmware-workstation + vmfs-tools ]; # Give my user access to the libvirtd process