Revert "Remove redundant ACPI call"

This reverts commit cba0214a03.
This commit is contained in:
coolneng 2023-01-21 02:09:34 +01:00
parent edfc063dfd
commit 032487f615
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 2 additions and 1 deletions

View File

@ -16,7 +16,8 @@ with pkgs;
"nmi_watchdog=0"
"intel_pstate=disable"
];
kernelModules = [ "i915" ];
kernelModules = [ "i915" "acpi_call" ];
extraModulePackages = with config.boot.kernelPackages; [ acpi_call ];
blacklistedKernelModules = [ "btusb" "bluetooth" ];
supportedFilesystems = [ "zfs" ];
zfs = {