bind ehci controllers to vfio-pci
This commit is contained in:
parent
ca1eeef869
commit
1b4a298804
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@
|
|||
boot.kernelModules = [ "kvm-intel" "vfio_virqfd" "vhost-net" "v4l2loopback" "12c-dev" ];
|
||||
boot.extraModulePackages = with config.boot.kernelPackages; [ v4l2loopback vendor-reset hid-t150 ];
|
||||
boot.extraModprobeConfig = ''
|
||||
options vfio-pci ids=1002:6fdf,1002:aaf0,1b21:1242,1002:67df
|
||||
options vfio-pci ids=1002:6fdf,1002:aaf0,,1002:67df,8086:8d26,8086:8d2d
|
||||
options v4l2loopback devices=2 video_nr=1,2 card_label="Lenovo Camera" exclusive_caps=1
|
||||
'';
|
||||
boot.blacklistedKernelModules = ["nouveau"];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue