diff --git a/hosts/pinwheel/modules/vm/default.nix b/hosts/pinwheel/modules/vm/default.nix index 1ad4d74..5bb155b 100644 --- a/hosts/pinwheel/modules/vm/default.nix +++ b/hosts/pinwheel/modules/vm/default.nix @@ -17,7 +17,10 @@ in config = lib.mkIf enabled { virtualisation = { spiceUSBRedirection.enable = true; # Allow redirecting USB to the VM - libvirtd.enable = true; + libvirtd = { + enable = true; + qemu.vhostUserPackages = [ pkgs.virtiofsd ]; + }; }; users.users.alex = {