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