fix(server): qemu & virtio

This commit is contained in:
2025-07-27 21:46:09 +08:00
parent 7d08e1f5ef
commit f642f9c9cc
2 changed files with 8 additions and 5 deletions

View File

@@ -13,7 +13,7 @@ let
in
{
boot = {
initrd.kernelModules = [
initrd.kernelModules = lib.mkBefore [
"vfio_pci"
"vfio"
"vfio_iommu_type1"