mirror of
				https://github.com/NixOS/nixos-hardware.git
				synced 2025-11-04 17:27:14 +08:00 
			
		
		
		
	dell-precision-5560: remove redundant i915.modeset=1
This commit is contained in:
		@@ -9,10 +9,6 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
  hardware.enableRedistributableFirmware = lib.mkDefault true;
 | 
					  hardware.enableRedistributableFirmware = lib.mkDefault true;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  boot = {
 | 
					 | 
				
			||||||
    kernelParams = [ "i915.modeset=1" ];
 | 
					 | 
				
			||||||
  };
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
  hardware.nvidia.prime = {
 | 
					  hardware.nvidia.prime = {
 | 
				
			||||||
    intelBusId = "PCI:0:2:0";
 | 
					    intelBusId = "PCI:0:2:0";
 | 
				
			||||||
    nvidiaBusId = "PCI:1:0:0";
 | 
					    nvidiaBusId = "PCI:1:0:0";
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user