{ pkgs, lib, ... }: { virtualisation = { libvirtd = { enable = true; qemu = { swtpm.enable = true; vhostUserPackages = [ pkgs.virtiofsd ]; }; }; spiceUSBRedirection.enable = true; }; programs.virt-manager.enable = true; }