srv-core: Explicitly enable sensor kernel modules

This commit is contained in:
SebastianStork 2026-03-09 14:12:16 +01:00
parent 4505d4c3ec
commit 3c4ebe1687
Signed by: SebastianStork
SSH key fingerprint: SHA256:tRrGdjYOwgHxpSc/wTOZQZEjxcb15P0tyXRsbAfd+2Q

View file

@ -5,7 +5,11 @@
nixpkgs.hostPlatform = "x86_64-linux"; nixpkgs.hostPlatform = "x86_64-linux";
boot = { boot = {
kernelModules = [ "kvm-intel" ]; kernelModules = [
"kvm-intel"
"k10temp"
"nct6775"
];
initrd.availableKernelModules = [ initrd.availableKernelModules = [
"xhci_pci" "xhci_pci"
"ahci" "ahci"