mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-03 16:57:14 +08:00
Compare commits
2 Commits
67a709cfe5
...
170ff93c86
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
170ff93c86 | ||
|
|
3caaf86f9d |
@@ -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