From b1ec1833381cb1f3c4ad4625ecf7072fd5ff505c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Mon, 25 Mar 2024 13:39:39 +0200 Subject: [PATCH] intel_pstate=passive intel_pstate=no_hwp throttles the frequency to ~1.2GHz --- 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 11d1de4..52856c4 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=no_hwp"]; + kernelParams = ["intel_pstate=passive"]; loader.systemd-boot.enable = true; initrd = { availableKernelModules = ["xhci_pci" "thunderbolt" "nvme" "usbhid"];