From fa7359da55fa6aa7fda06f11180c95b74b656711 Mon Sep 17 00:00:00 2001 From: coolneng Date: Fri, 17 Mar 2023 00:18:08 +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 6b50669..0c8eb74 100644 --- a/configuration.nix +++ b/configuration.nix @@ -15,8 +15,7 @@ with pkgs; "ahci.mobile_lpm_policy=3" "nmi_watchdog=0" ]; - kernelModules = [ "i915" "acpi_call" ]; - extraModulePackages = with config.boot.kernelPackages; [ acpi_call ]; + kernelModules = [ "i915" ]; blacklistedKernelModules = [ "btusb" "bluetooth" ]; supportedFilesystems = [ "zfs" ]; zfs = {