mirror of
https://github.com/NixOS/nixos-hardware
synced 2025-02-17 05:25:04 +01:00
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";
|
|
}
|