mirror of
				https://github.com/NixOS/nixos-hardware.git
				synced 2025-11-04 17:27:14 +08:00 
			
		
		
		
	In order to get micro-code updates, and select the right driver for hardware transcoding on the integrated GPU.
		
			
				
	
	
		
			13 lines
		
	
	
		
			469 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			469 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
{
 | 
						|
  imports = [
 | 
						|
    ../../../common/cpu/intel/alder-lake
 | 
						|
  ];
 | 
						|
 | 
						|
  # lopter@(2025-02-06): according to sensors-detect this comes with an ITE
 | 
						|
  # IT8613E super io chip, which is not officialy supported yet. See also:
 | 
						|
  #
 | 
						|
  # - unofficial driver: https://github.com/frankcrawford/it87
 | 
						|
  # - reddit thread on with useful information to configure pwm from the bios:
 | 
						|
  #   https://www.reddit.com/r/MiniPCs/comments/1bnkg1u/aoostar_r1r7_question_does_the_fan_header_support/
 | 
						|
}
 |