commit
3382ec5237
14
supermicro/x10sll-f.nix
Normal file
14
supermicro/x10sll-f.nix
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
{ config, pkgs, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
ipmitool
|
||||||
|
];
|
||||||
|
|
||||||
|
boot.kernelModules = [ "jc42" "ipmi_devintf" "ipmi_si" "tpm_rng" ];
|
||||||
|
|
||||||
|
# services.cron.systemCronJobs = [
|
||||||
|
# # Reset 5-minute watchdog timer every minute
|
||||||
|
# "* * * * * ${pkgs.ipmitool}/bin/ipmitool raw 0x30 0x97 1 5"
|
||||||
|
# ];
|
||||||
|
}
|
Loading…
Reference in a new issue