From ab17f947d3981ad06720786a2587cf273f7b0bfb Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Thu, 12 Dec 2024 12:51:56 -0600 Subject: [PATCH] add virtiofs support --- hosts/othalan/virt.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/othalan/virt.nix b/hosts/othalan/virt.nix index 3d30397..a501b66 100644 --- a/hosts/othalan/virt.nix +++ b/hosts/othalan/virt.nix @@ -12,6 +12,7 @@ qemu = { swtpm = enabled; ovmf.packages = [ pkgs.OVMFFull.fd ]; + vhostUserPackages = [ pkgs.virtiofsd ]; }; };