Thinkpad X1 11th Gen: init

This commit is contained in:
Michael Stanley
2023-09-27 21:16:18 -04:00
committed by mergify[bot]
parent 89ec952fd2
commit adcfd6aa86
3 changed files with 11 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
{
imports = [
../.
../../../../common/pc/laptop/ssd
];
# Use the right Intel graphics driver
boot.kernelParams = [ "i915.force_probe=a7a1" ];
}