4bd6934a05
Module for SuperMicro A1SRI-2758F
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";
|
|
}
|