summaryrefslogtreecommitdiffstats
path: root/supermicro/a1sri-2758f/default.nix
blob: 3ffdc0c6e6d2d97e61c7e0e634c45926166fe7ef (plain)
1
2
3
4
5
6
7
8
9
# 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, ... }:

{
  boot.kernelModules = [ "ipmi_devintf" "ipmi_si" ];
  environment.systemPackages = [ pkgs.ipmitool ];
}