lenovo/yoga/7/14ILL10: update kernel version requirement

This commit is contained in:
Flameopathic 2025-08-02 22:53:06 -04:00
parent cc66fddc6c
commit 26c9d90663

View file

@ -6,8 +6,8 @@
../../../../common/pc/ssd ../../../../common/pc/ssd
]; ];
# touchpad, wifi, and bluetooth do not work before 6.12 # device will not boot in kernel versions older than 6.15
config.boot.kernelPackages = lib.mkIf (lib.versionOlder pkgs.linux.version "6.12") ( config.boot.kernelPackages = lib.mkIf (lib.versionOlder pkgs.linux.version "6.15") (
lib.mkDefault pkgs.linuxPackages_latest lib.mkDefault pkgs.linuxPackages_latest
); );
} }