We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6b79418 + 26c9d90 commit 6f97793Copy full SHA for 6f97793
lenovo/yoga/7/14ILL10/default.nix
@@ -6,8 +6,8 @@
6
../../../../common/pc/ssd
7
];
8
9
- # touchpad, wifi, and bluetooth do not work before 6.12
10
- config.boot.kernelPackages = lib.mkIf (lib.versionOlder pkgs.linux.version "6.12") (
+ # device will not boot in kernel versions older than 6.15
+ config.boot.kernelPackages = lib.mkIf (lib.versionOlder pkgs.linux.version "6.15") (
11
lib.mkDefault pkgs.linuxPackages_latest
12
);
13
}
0 commit comments