srv-core: Install it87 as kernel module

This commit is contained in:
SebastianStork 2026-03-09 15:41:31 +01:00
parent c95fc0be11
commit 46e25b8d44
Signed by: SebastianStork
SSH key fingerprint: SHA256:tRrGdjYOwgHxpSc/wTOZQZEjxcb15P0tyXRsbAfd+2Q

View file

@ -1,4 +1,4 @@
{ inputs, ... }:
{ config, inputs, ... }:
{
imports = [ inputs.nixos-hardware.nixosModules.hardkernel-odroid-h4 ];
@ -10,6 +10,7 @@
"coretemp"
"it87"
];
extraModulePackages = [ config.boot.kernelPackages.it87 ];
initrd.availableKernelModules = [
"xhci_pci"
"ahci"