mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-04 01:07:14 +08:00
add supermicro x12scz-tln4f
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user