mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-08 19:46:10 +01:00
Initial commit
Module for SuperMicro A1SRI-2758F
This commit is contained in:
commit
4bd6934a05
2 changed files with 24 additions and 0 deletions
8
supermicro/a1sri-2758f.nix
Normal file
8
supermicro/a1sri-2758f.nix
Normal file
|
|
@ -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";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue