mirror of
				https://github.com/NixOS/nixos-hardware.git
				synced 2025-11-04 09:17:14 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			150 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			150 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
{
 | 
						|
  imports = [ ../. ];
 | 
						|
  # Explicitly set amdgpu support in place of radeon
 | 
						|
  boot.kernelParams = [ "radeon.si_support=0" "amdgpu.si_support=1" ];
 | 
						|
}
 |