mirror of
				https://github.com/NixOS/nixos-hardware.git
				synced 2025-11-04 17:27:14 +08:00 
			
		
		
		
	Add basic dell precision 5490
This commit is contained in:
		
				
					committed by
					
						
						mergify[bot]
					
				
			
			
				
	
			
			
			
						parent
						
							a825917ead
						
					
				
				
					commit
					2d125b6c56
				
			
							
								
								
									
										14
									
								
								dell/precision/5490/default.nix
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										14
									
								
								dell/precision/5490/default.nix
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,14 @@
 | 
			
		||||
{ lib, ... }:
 | 
			
		||||
{
 | 
			
		||||
  imports = [
 | 
			
		||||
    ../../../common/gpu/nvidia
 | 
			
		||||
  ];
 | 
			
		||||
 | 
			
		||||
  # or even better: boot.kernelParams = pkgs.linuxPackages_latest;
 | 
			
		||||
  boot.kernelParams = [ "i915.force_probe=7d55" ];
 | 
			
		||||
 | 
			
		||||
  hardware.nvidia.prime = {
 | 
			
		||||
    intelBusId = "PCI:0:2:0";
 | 
			
		||||
    nvidiaBusId = "PCI:1:0:0";
 | 
			
		||||
  };
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user