lenovo/thinkpad/l14/amd: drop workaround for old kernels
... because the latest supported NixOS runs on Linux 5.10 by default.
This commit is contained in:
parent
2c549a1bfb
commit
03eba5720a
|
@ -20,8 +20,4 @@
|
|||
# driver to kernel panic.
|
||||
"iommu=soft"
|
||||
];
|
||||
|
||||
# As of writing this, Linux 5.8 is the oldest kernel that is still
|
||||
# supported and has decent Renoir support.
|
||||
boot.kernelPackages = lib.mkIf (lib.versionOlder pkgs.linux.version "5.8") pkgs.linuxPackages_latest;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue