From 14f90b5741d395749a4c574bb79e35556171a299 Mon Sep 17 00:00:00 2001 From: Christoph Heiss Date: Thu, 15 Aug 2024 21:52:14 +0200 Subject: [PATCH] machines: trek: drop now-obsolete `i915.force_probe` kernel parameter Signed-off-by: Christoph Heiss --- machines/trek.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/machines/trek.nix b/machines/trek.nix index 43bf3f3..add06fc 100644 --- a/machines/trek.nix +++ b/machines/trek.nix @@ -17,7 +17,6 @@ "/dev/disk/by-uuid/f2901f09-5100-47ad-939b-6aa6ee5b0519"; boot.initrd.availableKernelModules = [ "xhci_pci" "nvme" "sd_mod" ]; boot.initrd.kernelModules = [ "dm-snapshot" "i915" ]; - boot.kernelParams = [ "i915.force_probe=46a6" ]; fileSystems."/" = { device = "/dev/disk/by-uuid/ec22a0d8-2ae0-4266-b67d-a30bf6957b91";