mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-12-23 18:19:44 +01:00
4bd6934a05
Module for SuperMicro A1SRI-2758F
8 lines
195 B
Nix
8 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";
|
|
}
|