Make comment less intimidating (Lenovo X1 Yoga Gen 7)

This commit is contained in:
Peter Bittner
2025-03-23 19:54:37 +01:00
parent 380ed15bcd
commit 97280e2440

View File

@@ -4,10 +4,7 @@
../../../../../common/pc/laptop/ssd ../../../../../common/pc/laptop/ssd
]; ];
# This laptop is too new for the kernel currently in nixos-unstable. # At least kernel 5.19 is required for the system to work properly.
# On Kernel 5.15.x, dmesg shows the `hardware is newer than drivers` message.
# When starting the system with 5.15.x, only a tty is being displayed.
# After our tests, at least version 5.19 is required for the system to work properly.
boot.kernelPackages = lib.mkIf boot.kernelPackages = lib.mkIf
(lib.versionOlder pkgs.linux.version "5.19") (lib.versionOlder pkgs.linux.version "5.19")
(lib.mkDefault pkgs.linuxPackages_latest); (lib.mkDefault pkgs.linuxPackages_latest);