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."/" =