mirror of
				https://github.com/NixOS/nixos-hardware.git
				synced 2025-11-04 09:17:14 +08:00 
			
		
		
		
	Dell XPS 9560: Add information and tweak config
This commit is contained in:
		
				
					committed by
					
						
						Jörg Thalheim
					
				
			
			
				
	
			
			
			
						parent
						
							7f1836531b
						
					
				
				
					commit
					4cc314ad67
				
			@@ -1,4 +1,4 @@
 | 
			
		||||
{ lib, ... }:
 | 
			
		||||
{ ... }:
 | 
			
		||||
 | 
			
		||||
{
 | 
			
		||||
  imports = [
 | 
			
		||||
@@ -14,9 +14,9 @@
 | 
			
		||||
  ##### disable intel, run nvidia only and as default
 | 
			
		||||
  hardware.nvidia.prime = {
 | 
			
		||||
    # Bus ID of the Intel GPU.
 | 
			
		||||
    intelBusId = lib.mkDefault "PCI:0:2:0";
 | 
			
		||||
    intelBusId = "PCI:0:2:0";
 | 
			
		||||
 | 
			
		||||
    # Bus ID of the NVIDIA GPU.
 | 
			
		||||
    nvidiaBusId = lib.mkDefault "PCI:1:0:0";
 | 
			
		||||
    nvidiaBusId = "PCI:1:0:0";
 | 
			
		||||
  };
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user