mirror of
				https://github.com/NixOS/nixos-hardware.git
				synced 2025-11-04 17:27:14 +08:00 
			
		
		
		
	lenovo/yoga/7/14IAH7: init
- Added `lenovo-yoga-7-14IAH7-integrated` - Added `lenovo-yoga-7-14IAH7-hybrid`
This commit is contained in:
		
				
					committed by
					
						
						mergify[bot]
					
				
			
			
				
	
			
			
			
						parent
						
							90ecc4a20c
						
					
				
				
					commit
					8a2a2ef294
				
			
							
								
								
									
										19
									
								
								lenovo/yoga/7/14IAH7/shared.nix
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										19
									
								
								lenovo/yoga/7/14IAH7/shared.nix
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,19 @@
 | 
			
		||||
/*
 | 
			
		||||
 * Here are configurations for the
 | 
			
		||||
 * Intel Core i7-12700H CPU, along
 | 
			
		||||
 * with a few others.
 | 
			
		||||
 */
 | 
			
		||||
{
 | 
			
		||||
  imports = [
 | 
			
		||||
    ../../../../common/cpu/intel/alder-lake
 | 
			
		||||
    ../../../../common/gpu/intel/alder-lake
 | 
			
		||||
    ../../../../common/pc/laptop
 | 
			
		||||
    ../../../../common/pc/ssd
 | 
			
		||||
  ];
 | 
			
		||||
 | 
			
		||||
  boot = {
 | 
			
		||||
    kernelModules = [ "kvm-intel" ];
 | 
			
		||||
    # Info: <https://wiki.archlinux.org/title/Power_management#Active_State_Power_Management>
 | 
			
		||||
    kernelParams = [ "pcie_aspm.policy=powersupersave" ];
 | 
			
		||||
  };
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user