intel_pstate: no_hwp
intel_pstate=disable seems to be keeping the CPU at 2.6GHz and I can hear the fans.
This commit is contained in:
parent
98647227d3
commit
6d5419f4d6
@ -16,7 +16,7 @@ in {
|
|||||||
boot = {
|
boot = {
|
||||||
kernelPackages = pkgs.linuxPackages_latest;
|
kernelPackages = pkgs.linuxPackages_latest;
|
||||||
kernelModules = ["kvm-intel"];
|
kernelModules = ["kvm-intel"];
|
||||||
kernelParams = ["intel_pstate=disable"];
|
kernelParams = ["intel_pstate=no_hwp"];
|
||||||
loader.systemd-boot.enable = true;
|
loader.systemd-boot.enable = true;
|
||||||
initrd = {
|
initrd = {
|
||||||
availableKernelModules = ["xhci_pci" "thunderbolt" "nvme" "usbhid"];
|
availableKernelModules = ["xhci_pci" "thunderbolt" "nvme" "usbhid"];
|
||||||
|
Loading…
Reference in New Issue
Block a user