updated Quark vfio
This commit is contained in:
@@ -9,8 +9,15 @@
|
|||||||
];
|
];
|
||||||
boot.initrd.supportedFilesystems = [ "nfs" "nfsv4" "overlay" ];
|
boot.initrd.supportedFilesystems = [ "nfs" "nfsv4" "overlay" ];
|
||||||
boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "usb_storage" "usbhid" "sd_mod" "sr_mod" "nfs" "nfsv4" ];
|
boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "usb_storage" "usbhid" "sd_mod" "sr_mod" "nfs" "nfsv4" ];
|
||||||
boot.initrd.kernelModules = [ ];
|
boot.initrd.kernelModules = [
|
||||||
boot.kernelModules = [ "kvm-intel" ];
|
"vfio_pci"
|
||||||
|
"vfio"
|
||||||
|
"vfio_iommu_type1"
|
||||||
|
"vfio_virqfd"
|
||||||
|
];
|
||||||
|
boot.kernelModules = [
|
||||||
|
"kvm-intel"
|
||||||
|
];
|
||||||
boot.extraModulePackages = [ ];
|
boot.extraModulePackages = [ ];
|
||||||
swapDevices = [ ];
|
swapDevices = [ ];
|
||||||
boot.extraModprobeConfig = "options kvm_intel nested=1";
|
boot.extraModprobeConfig = "options kvm_intel nested=1";
|
||||||
|
|||||||
Reference in New Issue
Block a user