Skip to content

Commit 26c9d90

Browse files
committed
lenovo/yoga/7/14ILL10: update kernel version requirement
1 parent cc66fdd commit 26c9d90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lenovo/yoga/7/14ILL10/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
../../../../common/pc/ssd
77
];
88

9-
# touchpad, wifi, and bluetooth do not work before 6.12
10-
config.boot.kernelPackages = lib.mkIf (lib.versionOlder pkgs.linux.version "6.12") (
9+
# device will not boot in kernel versions older than 6.15
10+
config.boot.kernelPackages = lib.mkIf (lib.versionOlder pkgs.linux.version "6.15") (
1111
lib.mkDefault pkgs.linuxPackages_latest
1212
);
1313
}

0 commit comments

Comments
 (0)