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"];