mirror of
				https://github.com/NixOS/nixos-hardware.git
				synced 2025-11-04 17:27:14 +08:00 
			
		
		
		
	msi/b550-tomahawk: init
This commit is contained in:
		
							
								
								
									
										14
									
								
								msi/b550-tomahawk/default.nix
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										14
									
								
								msi/b550-tomahawk/default.nix
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,14 @@
 | 
			
		||||
{ config, ... }:
 | 
			
		||||
{
 | 
			
		||||
  imports = [
 | 
			
		||||
    ../../common/cpu/amd
 | 
			
		||||
    ../../common/pc/ssd
 | 
			
		||||
    ../../common/pc
 | 
			
		||||
  ];
 | 
			
		||||
 | 
			
		||||
  boot.extraModulePackages = with config.boot.kernelPackages; [
 | 
			
		||||
    nct6687d
 | 
			
		||||
  ];
 | 
			
		||||
 | 
			
		||||
  boot.kernelModules = [ "nct6687d" ];
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user