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 = [ ../. ];
}

5
supermicro/default.nix Normal file
View File

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

View File

@@ -1,9 +1,11 @@
{ config, pkgs, ... }:
{
environment.systemPackages = with pkgs; [ ipmitool ];
imports = [
../.
];
boot.kernelModules = [ "jc42" "ipmi_devintf" "ipmi_si" "tpm_rng" ];
boot.kernelModules = [ "jc42" "tpm_rng" ];
# services.cron.systemCronJobs = [
# # Reset 5-minute watchdog timer every minute

View File

@@ -0,0 +1,7 @@
{ ... }:
{
imports = [
../../common/cpu/intel
../.
];
}