Skip to content

Commit 170ff93

Browse files
Merge pull request #1614 from codingCoffee/x1-carbon-12
feat: kernel params for x1 carbon
2 parents 67a709c + 3caaf86 commit 170ff93

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

lenovo/thinkpad/x1/12th-gen/default.nix

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
imports = [
33
../.
44
../../../../common/pc/ssd
5+
../../../../common/cpu/intel/meteor-lake
6+
];
7+
8+
boot.kernelParams = [
9+
"i915.enable_guc=3"
10+
"i915.force_probe=7d55"
511
];
612

713
hardware.trackpoint.device = "TPPS/2 Synaptics TrackPoint";

0 commit comments

Comments
 (0)