Remove redundant ACPI call
This commit is contained in:
parent
a2dd22a7a1
commit
cba0214a03
|
@ -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 = {
|
||||
|
|
Loading…
Reference in New Issue