1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-01 18:43:34 +02:00
nixos-hardware/supermicro/x10sll-f/default.nix
2021-11-13 09:15:24 +01:00

15 lines
264 B
Nix

{ config, pkgs, ... }:
{
imports = [
../.
];
boot.kernelModules = [ "jc42" "tpm_rng" ];
# services.cron.systemCronJobs = [
# # Reset 5-minute watchdog timer every minute
# "* * * * * ${pkgs.ipmitool}/bin/ipmitool raw 0x30 0x97 1 5"
# ];
}