lib/blade: enable acpi_power_meter

This commit is contained in:
Luke Granger-Brown 2021-02-11 00:22:39 +00:00
parent 82503b6192
commit e81c71b85f

View file

@ -11,7 +11,7 @@ in {
];
boot.initrd.availableKernelModules = [ "ahci" "ohci_pci" "ehci_pci" "pata_atiixp" "uhci_hcd" "be2iscsi" "usb_storage" "usbhid" "sd_mod" "sr_mod" ];
boot.kernelModules = [ "kvm-amd" ];
boot.kernelModules = [ "kvm-amd" "acpi_power_meter" ];
boot.kernelParams = [ "mitigations=off" ];
fileSystems = let