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"
"ipv6.disable=1"
];
kernelModules = [ "i915" "acpi_call" ];
extraModulePackages = with config.boot.kernelPackages; [ acpi_call ];
kernelModules = [ "i915" ];
blacklistedKernelModules = [ "btusb" ];
supportedFilesystems = [ "zfs" ];
zfs = {