glotzbert: add kernel module for hwmon2

This commit is contained in:
Astro 2022-12-07 20:54:41 +01:00
parent 689e951945
commit 3f45c026df
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
boot.initrd.availableKernelModules =
[ "ehci_pci" "ahci" "usbhid" "usb_storage" "sd_mod" ];
boot.kernelModules = [ "kvm-intel" ];
boot.kernelModules = [ "kvm-intel" "nct6775" ];
boot.extraModulePackages = [ ];
fileSystems."/" = {