From 98647227d3ab3a17198d4c342a73d064ea7efd69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Mon, 25 Mar 2024 13:20:52 +0200 Subject: [PATCH] mtworx: disable intel_pstate --- hosts/mtworx/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/mtworx/configuration.nix b/hosts/mtworx/configuration.nix index 310de60..2bde28f 100644 --- a/hosts/mtworx/configuration.nix +++ b/hosts/mtworx/configuration.nix @@ -16,6 +16,7 @@ in { boot = { kernelPackages = pkgs.linuxPackages_latest; kernelModules = ["kvm-intel"]; + kernelParams = ["intel_pstate=disable"]; loader.systemd-boot.enable = true; initrd = { availableKernelModules = ["xhci_pci" "thunderbolt" "nvme" "usbhid"];