add supermicro x12scz-tln4f

This commit is contained in:
Jörg Thalheim
2021-11-13 08:48:29 +01:00
parent e819a2993a
commit 82ada4b2b3
6 changed files with 19 additions and 4 deletions

5
supermicro/default.nix Normal file
View File

@@ -0,0 +1,5 @@
{ pkgs, ... }:
{
boot.kernelModules = [ "ipmi_devintf" "ipmi_si" ];
environment.systemPackages = [ pkgs.ipmitool ];
}