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:
Julian Stecklina 2021-08-25 23:28:28 +02:00
parent 2c549a1bfb
commit 03eba5720a
1 changed files with 0 additions and 4 deletions

View File

@ -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;
}