From 54e641cf0ab8fb9159dab66c8acb6c60571cf0e1 Mon Sep 17 00:00:00 2001 From: joshashtondev Date: Wed, 22 Jul 2026 23:35:51 -0600 Subject: [PATCH] =?UTF-8?q?nixos:=20gen=20115=20@=20nix-pad=20=E2=80=94=20?= =?UTF-8?q?2026-07-22=2023:35?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 26.05.20260717.293d6ab (Yarara) --- hosts/thinkpad/hardware.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hosts/thinkpad/hardware.nix b/hosts/thinkpad/hardware.nix index 2cd5f09..078a1f1 100644 --- a/hosts/thinkpad/hardware.nix +++ b/hosts/thinkpad/hardware.nix @@ -11,6 +11,12 @@ boot.initrd.availableKernelModules = [ "xhci_pci" "thunderbolt" "nvme" "usb_storage" "usbhid" "sd_mod" "uvcvideo" ]; boot.initrd.kernelModules = [ ]; boot.kernelModules = [ "kvm-intel" ]; + boot.blacklistedKernelModules = [ + "intel_ipu6" + "intel_ipu6_isys" + "intel_ipu6_md" + ]; + boot.extraModulePackages = [ ]; fileSystems."/" =