From 3f45c026df269c2690c4250dd392ca34e5aff618 Mon Sep 17 00:00:00 2001 From: Astro Date: Wed, 7 Dec 2022 20:54:41 +0100 Subject: [PATCH] glotzbert: add kernel module for hwmon2 --- hosts/glotzbert/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/glotzbert/hardware-configuration.nix b/hosts/glotzbert/hardware-configuration.nix index 37ee602f..4d5aa8da 100644 --- a/hosts/glotzbert/hardware-configuration.nix +++ b/hosts/glotzbert/hardware-configuration.nix @@ -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."/" = {