summaryrefslogtreecommitdiffstats
path: root/supermicro
diff options
context:
space:
mode:
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";
+}