From 1b4a2988048aa95d67b3482899327f38b7371227 Mon Sep 17 00:00:00 2001 From: alyx Date: Wed, 30 Jul 2025 14:21:40 +0100 Subject: [PATCH] bind ehci controllers to vfio-pci --- base/absolution/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/absolution/hardware-configuration.nix b/base/absolution/hardware-configuration.nix index b7720af..dc16d56 100644 --- a/base/absolution/hardware-configuration.nix +++ b/base/absolution/hardware-configuration.nix @@ -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"];