1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-28 07:28:32 +02:00
nixos-hardware/supermicro/a1sri-2758f.nix
Emery Hemingway 4bd6934a05 Initial commit
Module for SuperMicro A1SRI-2758F
2016-02-08 12:37:46 +01:00

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";
}