virgil/vfio
This commit is contained in:
parent
f58d2f9232
commit
dbad0a1263
3 changed files with 11 additions and 8 deletions
|
|
@ -3,7 +3,7 @@
|
|||
pkgs,
|
||||
...
|
||||
}: {
|
||||
boot.kernelparams = ["amd_iommu=on"];
|
||||
boot.kernelParams = ["amd_iommu=on"];
|
||||
boot.blacklistedKernelModules = ["nvidia" "nouveau"];
|
||||
boot.kernelModules = ["vfio_virqfd" "vfio_pci" "vfio_iommu_type1" "vfio"];
|
||||
boot.extraModprobeConfig = "options vfio-pci ids=10de:2705,10de:22bb";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue