working passthrough support

This commit is contained in:
2026-02-28 16:33:52 +01:00
parent aaba57ee2f
commit d57aeb9ef3
3 changed files with 26 additions and 10 deletions

View File

@@ -171,9 +171,10 @@
virtualisation.libvirtd = {
enable = true;
qemu = {
package = pkgs.qemu_kvm;
package = pkgs.qemu_full;
runAsRoot = true;
swtpm.enable = true;
vhostUserPackages = [ pkgs.virtiofsd ];
};
};