From 032487f61500ffd1a02d8f77e96efbf60caae2bc Mon Sep 17 00:00:00 2001 From: coolneng Date: Sat, 21 Jan 2023 02:09:34 +0100 Subject: [PATCH] Revert "Remove redundant ACPI call" This reverts commit cba0214a037d9434f613f5c94734d444b1fdd144. --- configuration.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 86f2b8b..7b7aaef 100644 --- a/configuration.nix +++ b/configuration.nix @@ -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 = {