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

9 lines
190 B
Nix
Raw Normal View History

# http://www.supermicro.com/products/motherboard/Atom/X10/A1SRi-2758F.cfm
2016-02-10 12:24:29 +01:00
# This board contains a TPM header, but you must supply your own module.
{ pkgs, ... }:
{
2021-11-13 08:48:29 +01:00
imports = [ ../. ];
}