Add virtiofsd to enable shared folder to qemu

This commit is contained in:
JuliusFreudenberger 2026-01-18 22:34:11 +01:00
parent cba8dea9c7
commit 24cf657f9c

View file

@ -6,7 +6,10 @@
virtualisation = {
libvirtd = {
enable = true;
qemu.swtpm.enable = true;
qemu = {
swtpm.enable = true;
vhostUserPackages = [ pkgs.virtiofsd ];
};
};
spiceUSBRedirection.enable = true;
};