lib/blade: enable acpi_power_meter
This commit is contained in:
parent
82503b6192
commit
e81c71b85f
1 changed files with 1 additions and 1 deletions
|
@ -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.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" ];
|
boot.kernelParams = [ "mitigations=off" ];
|
||||||
|
|
||||||
fileSystems = let
|
fileSystems = let
|
||||||
|
|
Loading…
Reference in a new issue