From 4bd6934a050e4a047a470985c753b1362feaa290 Mon Sep 17 00:00:00 2001 From: Emery Hemingway Date: Mon, 8 Feb 2016 12:24:29 +0100 Subject: Initial commit Module for SuperMicro A1SRI-2758F --- supermicro/a1sri-2758f.nix | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 supermicro/a1sri-2758f.nix (limited to 'supermicro') diff --git a/supermicro/a1sri-2758f.nix b/supermicro/a1sri-2758f.nix new file mode 100644 index 0000000..d2aeb94 --- /dev/null +++ b/supermicro/a1sri-2758f.nix @@ -0,0 +1,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"; +} -- cgit v1.2.3