From 6d5419f4d6c4ac007d90a219626606acedd078f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Mon, 25 Mar 2024 13:29:10 +0200 Subject: [PATCH] intel_pstate: no_hwp intel_pstate=disable seems to be keeping the CPU at 2.6GHz and I can hear the fans. --- hosts/mtworx/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/mtworx/configuration.nix b/hosts/mtworx/configuration.nix index 2bde28f..11d1de4 100644 --- a/hosts/mtworx/configuration.nix +++ b/hosts/mtworx/configuration.nix @@ -16,7 +16,7 @@ in { boot = { kernelPackages = pkgs.linuxPackages_latest; kernelModules = ["kvm-intel"]; - kernelParams = ["intel_pstate=disable"]; + kernelParams = ["intel_pstate=no_hwp"]; loader.systemd-boot.enable = true; initrd = { availableKernelModules = ["xhci_pci" "thunderbolt" "nvme" "usbhid"];