forked from rarias/jungle
@@ -25,6 +25,9 @@
|
||||
boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "nvme" "usbhid" "usb_storage" "sd_mod" ];
|
||||
boot.kernelModules = [ "kvm-amd" "amd_uncore" "amd_hsmp" ];
|
||||
|
||||
# Disable IPMI watchdog as the BMC is not stable
|
||||
boot.blacklistedKernelModules = [ "ipmi_watchdog" ];
|
||||
|
||||
hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
||||
hardware.cpu.intel.updateMicrocode = lib.mkForce false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user