1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-01 18:43:34 +02:00
nixos-hardware/supermicro/m11sdv-8c-ln4f/default.nix
2022-01-07 17:52:30 +01:00

9 lines
134 B
Nix

# https://www.supermicro.com/en/products/motherboard/M11SDV-8C-LN4F
{ ... }:
{
imports = [
../../common/cpu/amd
../.
];
}