modules.virtualization: add guestfs-tools

This commit is contained in:
2025-03-02 21:55:45 +08:00
parent b9572bfe2e
commit 3f524b1184

View File

@@ -44,7 +44,7 @@ inputs:
};
spiceUSBRedirection.enable = true;
};
environment.systemPackages = with inputs.pkgs; [ qemu_full win-spice ] ++
environment.systemPackages = with inputs.pkgs; [ qemu_full win-spice guestfs-tools ] ++
(if (inputs.config.nixos.virtualization.kvmHost.gui) then [ virt-manager ] else []);
systemd =
{