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

View File

@@ -4,6 +4,5 @@
{ pkgs, ... }:
{
boot.kernelModules = [ "ipmi_devintf" "ipmi_si" ];
environment.systemPackages = [ pkgs.ipmitool ];
imports = [ ../. ];
}