From cba0214a037d9434f613f5c94734d444b1fdd144 Mon Sep 17 00:00:00 2001 From: coolneng Date: Sat, 3 Dec 2022 18:40:52 +0100 Subject: [PATCH] Remove redundant ACPI call --- configuration.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configuration.nix b/configuration.nix index 70fc385..ad94c9b 100644 --- a/configuration.nix +++ b/configuration.nix @@ -13,8 +13,7 @@ with pkgs; "nohibernate" "ipv6.disable=1" ]; - kernelModules = [ "i915" "acpi_call" ]; - extraModulePackages = with config.boot.kernelPackages; [ acpi_call ]; + kernelModules = [ "i915" ]; blacklistedKernelModules = [ "btusb" ]; supportedFilesystems = [ "zfs" ]; zfs = {