Remove redundant acpi_call
This commit is contained in:
parent
bb00673bb0
commit
fa7359da55
|
@ -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 = {
|
||||
|
|
Loading…
Reference in New Issue