Remove redundant ACPI call

This commit is contained in:
coolneng 2022-12-03 18:40:52 +01:00
parent a2dd22a7a1
commit cba0214a03
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 1 additions and 2 deletions

View File

@ -13,8 +13,7 @@ with pkgs;
"nohibernate" "nohibernate"
"ipv6.disable=1" "ipv6.disable=1"
]; ];
kernelModules = [ "i915" "acpi_call" ]; kernelModules = [ "i915" ];
extraModulePackages = with config.boot.kernelPackages; [ acpi_call ];
blacklistedKernelModules = [ "btusb" ]; blacklistedKernelModules = [ "btusb" ];
supportedFilesystems = [ "zfs" ]; supportedFilesystems = [ "zfs" ];
zfs = { zfs = {