mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-30 06:49:43 +01:00
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
1 changed files with 0 additions and 4 deletions
|
@ -20,8 +20,4 @@
|
||||||
# driver to kernel panic.
|
# driver to kernel panic.
|
||||||
"iommu=soft"
|
"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