{ pkgs, ... }: { virtualisation.libvirtd = { qemu = { swtpm.enable = true; vhostUserPackages = [ pkgs.virtiofsd ]; }; }; }