mirror of
				https://github.com/NixOS/nixos-hardware.git
				synced 2025-11-04 17:27:14 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			208 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			208 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
{
 | 
						|
  imports = [
 | 
						|
    ../../common/cpu/intel/comet-lake
 | 
						|
  ];
 | 
						|
 | 
						|
  boot.initrd.kernelModules = [
 | 
						|
    "sdhci_pci" # 16G eMMC on board
 | 
						|
  ];
 | 
						|
 | 
						|
  boot.kernelModules = [
 | 
						|
    "it87" # ITE IT8786E Super IO Sensors
 | 
						|
  ];
 | 
						|
}
 |