forked from rarias/jungle
Load amd_uncore module in fox
Needed for L3 events in perf. Reviewed-by: Aleix Boné <abonerib@bsc.es>
This commit is contained in:
parent
d8444131d8
commit
9b0d3fb21e
@ -14,7 +14,7 @@
|
||||
swapDevices = lib.mkForce [];
|
||||
|
||||
boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "nvme" "usbhid" "usb_storage" "sd_mod" ];
|
||||
boot.kernelModules = [ "kvm-amd" ];
|
||||
boot.kernelModules = [ "kvm-amd" "amd_uncore" ];
|
||||
|
||||
hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
||||
hardware.cpu.intel.updateMicrocode = lib.mkForce false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user