mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-08 19:46:10 +01:00
add supermicro x12scz-tln4f
This commit is contained in:
parent
e819a2993a
commit
82ada4b2b3
6 changed files with 19 additions and 4 deletions
|
|
@ -4,6 +4,5 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
boot.kernelModules = [ "ipmi_devintf" "ipmi_si" ];
|
||||
environment.systemPackages = [ pkgs.ipmitool ];
|
||||
imports = [ ../. ];
|
||||
}
|
||||
|
|
|
|||
5
supermicro/default.nix
Normal file
5
supermicro/default.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
boot.kernelModules = [ "ipmi_devintf" "ipmi_si" ];
|
||||
environment.systemPackages = [ pkgs.ipmitool ];
|
||||
}
|
||||
|
|
@ -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
|
||||
|
|
|
|||
7
supermicro/x12scz-tln4f/default.nix
Normal file
7
supermicro/x12scz-tln4f/default.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{ ... }:
|
||||
{
|
||||
imports = [
|
||||
../../common/cpu/intel
|
||||
../.
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue