updated Quark vfio

This commit is contained in:
yaroslav
2025-06-10 22:48:48 +03:00
parent 84fcf26932
commit 70a5e48af2
+9 -2
View File
@@ -9,8 +9,15 @@
];
boot.initrd.supportedFilesystems = [ "nfs" "nfsv4" "overlay" ];
boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "usb_storage" "usbhid" "sd_mod" "sr_mod" "nfs" "nfsv4" ];
boot.initrd.kernelModules = [ ];
boot.kernelModules = [ "kvm-intel" ];
boot.initrd.kernelModules = [
"vfio_pci"
"vfio"
"vfio_iommu_type1"
"vfio_virqfd"
];
boot.kernelModules = [
"kvm-intel"
];
boot.extraModulePackages = [ ];
swapDevices = [ ];
boot.extraModprobeConfig = "options kvm_intel nested=1";