summaryrefslogtreecommitdiffstats
path: root/supermicro/a1sri-2758f.nix
blob: d2aeb94d3364ede1814217b50cddaa475fdd0dba (plain)
1
2
3
4
5
6
7
8
# 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";
}