nixos-hardware/supermicro/a1sri-2758f/default.nix

9 lines
190 B
Nix

# http://www.supermicro.com/products/motherboard/Atom/X10/A1SRi-2758F.cfm
# This board contains a TPM header, but you must supply your own module.
{ pkgs, ... }:
{
imports = [ ../. ];
}