mirror of
				https://github.com/NixOS/nixos-hardware.git
				synced 2025-11-04 09:17:14 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			195 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			195 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
# http://www.supermicro.com/products/motherboard/Atom/X10/A1SRi-2758F.cfm
 | 
						|
 | 
						|
{ ... }:
 | 
						|
 | 
						|
{
 | 
						|
  # The Linux NIC driver doesn't properly report link status.
 | 
						|
  networking.dhcpcd.extraConfig = "nolink";
 | 
						|
}
 |