Enable Intel HWP

This commit is contained in:
coolneng 2023-01-21 04:16:10 +01:00
parent 032487f615
commit 83ac6f694d
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 0 additions and 1 deletions

View File

@ -14,7 +14,6 @@ with pkgs;
"ipv6.disable=1"
"ahci.mobile_lpm_policy=3"
"nmi_watchdog=0"
"intel_pstate=disable"
];
kernelModules = [ "i915" "acpi_call" ];
extraModulePackages = with config.boot.kernelPackages; [ acpi_call ];