mirror of
				https://github.com/NixOS/nixos-hardware.git
				synced 2025-11-04 17:27:14 +08:00 
			
		
		
		
	common/cpu/intel/kaby-lake: fix kernelParams -> boot.kernelParams
This commit is contained in:
		@@ -1,7 +1,7 @@
 | 
			
		||||
{
 | 
			
		||||
  imports = [ ../. ];
 | 
			
		||||
 | 
			
		||||
  kernelParams = [
 | 
			
		||||
  boot.kernelParams = [
 | 
			
		||||
    "i915.enable_fbc=1"
 | 
			
		||||
    "i915.enable_psr=2"
 | 
			
		||||
  ];
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user