mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-03 08:47:13 +08:00
Thinkpad X1 11th Gen: init
This commit is contained in:
committed by
mergify[bot]
parent
89ec952fd2
commit
adcfd6aa86
9
lenovo/thinkpad/x1/11th-gen/default.nix
Normal file
9
lenovo/thinkpad/x1/11th-gen/default.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
imports = [
|
||||
../.
|
||||
../../../../common/pc/laptop/ssd
|
||||
];
|
||||
|
||||
# Use the right Intel graphics driver
|
||||
boot.kernelParams = [ "i915.force_probe=a7a1" ];
|
||||
}
|
||||
Reference in New Issue
Block a user