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 380ed15 + 97280e2 commit ecaa2d9Copy full SHA for ecaa2d9
lenovo/thinkpad/x1/yoga/7th-gen/default.nix
@@ -4,10 +4,7 @@
4
../../../../../common/pc/laptop/ssd
5
];
6
7
- # This laptop is too new for the kernel currently in nixos-unstable.
8
- # On Kernel 5.15.x, dmesg shows the `hardware is newer than drivers` message.
9
- # When starting the system with 5.15.x, only a tty is being displayed.
10
- # After our tests, at least version 5.19 is required for the system to work properly.
+ # At least kernel 5.19 is required for the system to work properly.
11
boot.kernelPackages = lib.mkIf
12
(lib.versionOlder pkgs.linux.version "5.19")
13
(lib.mkDefault pkgs.linuxPackages_latest);
0 commit comments