1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-01 18:43:34 +02:00

Update lenovo/legion/16aph8/default.nix

Thanks for the tip!

Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>
This commit is contained in:
mevatron 2024-01-02 09:19:49 -06:00 committed by mergify[bot]
parent a5028e96cc
commit 5bf829d72c

View File

@ -13,7 +13,7 @@
# Use latest LTS kernel for more Raphael fixes # Use latest LTS kernel for more Raphael fixes
boot = lib.mkMerge [ boot = lib.mkMerge [
(lib.mkIf (lib.versionOlder pkgs.linux.version "6.6") { (lib.mkIf (lib.versionOlder pkgs.linux.version "6.6") {
kernelPackages = pkgs.linuxPackages_6_6; kernelPackages = pkgs.linuxPackages_latest;
kernelParams = ["amdgpu.sg_display=0"]; kernelParams = ["amdgpu.sg_display=0"];
}) })
]; ];