mirror of
				https://github.com/NixOS/nixos-hardware.git
				synced 2025-11-04 17:27:14 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			134 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			134 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
# https://www.supermicro.com/en/products/motherboard/M11SDV-8C-LN4F
 | 
						|
{ ... }:
 | 
						|
{
 | 
						|
  imports = [
 | 
						|
    ../../common/cpu/amd
 | 
						|
    ../.
 | 
						|
  ];
 | 
						|
}
 |