mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-08 11:36:10 +01:00
Merge pull request #1614 from codingCoffee/x1-carbon-12
feat: kernel params for x1 carbon
This commit is contained in:
commit
170ff93c86
1 changed files with 6 additions and 0 deletions
|
|
@ -2,6 +2,12 @@
|
||||||
imports = [
|
imports = [
|
||||||
../.
|
../.
|
||||||
../../../../common/pc/ssd
|
../../../../common/pc/ssd
|
||||||
|
../../../../common/cpu/intel/meteor-lake
|
||||||
|
];
|
||||||
|
|
||||||
|
boot.kernelParams = [
|
||||||
|
"i915.enable_guc=3"
|
||||||
|
"i915.force_probe=7d55"
|
||||||
];
|
];
|
||||||
|
|
||||||
hardware.trackpoint.device = "TPPS/2 Synaptics TrackPoint";
|
hardware.trackpoint.device = "TPPS/2 Synaptics TrackPoint";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue