From a882bfa8c7925cf8fb738767b1046f685d03002c Mon Sep 17 00:00:00 2001 From: Tigor Hutasuhut Date: Thu, 12 Sep 2024 11:47:25 +0700 Subject: [PATCH] homeserver: added nct6775 kernel module --- hardware-configuration/homeserver.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hardware-configuration/homeserver.nix b/hardware-configuration/homeserver.nix index 18ae1f2..9ead189 100644 --- a/hardware-configuration/homeserver.nix +++ b/hardware-configuration/homeserver.nix @@ -11,7 +11,7 @@ config = { boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "nvme" "usbhid" "usb_storage" "sd_mod" ]; boot.initrd.kernelModules = [ ]; - boot.kernelModules = [ "kvm-amd" ]; + boot.kernelModules = [ "kvm-amd" "nct6775" ]; boot.extraModulePackages = [ ]; fileSystems."/" =