diff --git a/hosts/mtworx/configuration.nix b/hosts/mtworx/configuration.nix index 52856c4..2bde28f 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=passive"]; + kernelParams = ["intel_pstate=disable"]; loader.systemd-boot.enable = true; initrd = { availableKernelModules = ["xhci_pci" "thunderbolt" "nvme" "usbhid"];