summaryrefslogtreecommitdiffstats
path: root/supermicro
diff options
context:
space:
mode:
authorEmery Hemingway <emery@vfemail.net>2016-02-08 12:24:29 +0100
committerEmery Hemingway <emery@vfemail.net>2016-02-08 12:37:46 +0100
commit4bd6934a050e4a047a470985c753b1362feaa290 (patch)
treeca8bbbca5e4790956dc2ae7ab9d7d7d6474dfe2d /supermicro
Initial commit
Module for SuperMicro A1SRI-2758F
Diffstat (limited to 'supermicro')
-rw-r--r--supermicro/a1sri-2758f.nix8
1 files changed, 8 insertions, 0 deletions
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";
+}