mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-01 00:29:40 +01:00
9 lines
134 B
Nix
9 lines
134 B
Nix
|
# https://www.supermicro.com/en/products/motherboard/M11SDV-8C-LN4F
|
||
|
{ ... }:
|
||
|
{
|
||
|
imports = [
|
||
|
../../common/cpu/amd
|
||
|
../.
|
||
|
];
|
||
|
}
|