mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-03 16:57:14 +08:00
chore: format repo using treefmt-nix and nixfmt-rfc-style
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
boot.kernelModules = [ "ipmi_devintf" "ipmi_si" ];
|
||||
boot.kernelModules = [
|
||||
"ipmi_devintf"
|
||||
"ipmi_si"
|
||||
];
|
||||
environment.systemPackages = [ pkgs.ipmitool ];
|
||||
}
|
||||
|
||||
@@ -3,7 +3,10 @@
|
||||
../.
|
||||
];
|
||||
|
||||
boot.kernelModules = [ "jc42" "tpm_rng" ];
|
||||
boot.kernelModules = [
|
||||
"jc42"
|
||||
"tpm_rng"
|
||||
];
|
||||
|
||||
# services.cron.systemCronJobs = [
|
||||
# # Reset 5-minute watchdog timer every minute
|
||||
|
||||
Reference in New Issue
Block a user