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