Enable Intel HWP
This commit is contained in:
parent
032487f615
commit
83ac6f694d
|
@ -14,7 +14,6 @@ with pkgs;
|
||||||
"ipv6.disable=1"
|
"ipv6.disable=1"
|
||||||
"ahci.mobile_lpm_policy=3"
|
"ahci.mobile_lpm_policy=3"
|
||||||
"nmi_watchdog=0"
|
"nmi_watchdog=0"
|
||||||
"intel_pstate=disable"
|
|
||||||
];
|
];
|
||||||
kernelModules = [ "i915" "acpi_call" ];
|
kernelModules = [ "i915" "acpi_call" ];
|
||||||
extraModulePackages = with config.boot.kernelPackages; [ acpi_call ];
|
extraModulePackages = with config.boot.kernelPackages; [ acpi_call ];
|
||||||
|
|
Loading…
Reference in New Issue