Remove redundant acpi_call

This commit is contained in:
coolneng 2023-03-17 00:18:08 +01:00
parent bb00673bb0
commit fa7359da55
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 1 additions and 2 deletions

View File

@ -15,8 +15,7 @@ with pkgs;
"ahci.mobile_lpm_policy=3" "ahci.mobile_lpm_policy=3"
"nmi_watchdog=0" "nmi_watchdog=0"
]; ];
kernelModules = [ "i915" "acpi_call" ]; kernelModules = [ "i915" ];
extraModulePackages = with config.boot.kernelPackages; [ acpi_call ];
blacklistedKernelModules = [ "btusb" "bluetooth" ]; blacklistedKernelModules = [ "btusb" "bluetooth" ];
supportedFilesystems = [ "zfs" ]; supportedFilesystems = [ "zfs" ];
zfs = { zfs = {