mirror of
				https://github.com/NixOS/nixos-hardware.git
				synced 2025-11-04 09:17:14 +08: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:
		@@ -13,7 +13,7 @@
 | 
			
		||||
  # Use latest LTS kernel for more Raphael fixes
 | 
			
		||||
  boot = lib.mkMerge [
 | 
			
		||||
    (lib.mkIf (lib.versionOlder pkgs.linux.version "6.6") {
 | 
			
		||||
      kernelPackages = pkgs.linuxPackages_6_6;
 | 
			
		||||
      kernelPackages = pkgs.linuxPackages_latest;
 | 
			
		||||
      kernelParams = ["amdgpu.sg_display=0"];
 | 
			
		||||
    })
 | 
			
		||||
  ];
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user