mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-03 08:47:13 +08:00
feat: kernel params for x1 carbon
Signed-off-by: Ameya Shenoy <shenoy.ameya@gmail.com>
This commit is contained in:
@@ -2,6 +2,12 @@
|
||||
imports = [
|
||||
../.
|
||||
../../../../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";
|
||||
|
||||
Reference in New Issue
Block a user