Remove redundant ACPI call
This commit is contained in:
parent
a2dd22a7a1
commit
cba0214a03
|
@ -13,8 +13,7 @@ with pkgs;
|
||||||
"nohibernate"
|
"nohibernate"
|
||||||
"ipv6.disable=1"
|
"ipv6.disable=1"
|
||||||
];
|
];
|
||||||
kernelModules = [ "i915" "acpi_call" ];
|
kernelModules = [ "i915" ];
|
||||||
extraModulePackages = with config.boot.kernelPackages; [ acpi_call ];
|
|
||||||
blacklistedKernelModules = [ "btusb" ];
|
blacklistedKernelModules = [ "btusb" ];
|
||||||
supportedFilesystems = [ "zfs" ];
|
supportedFilesystems = [ "zfs" ];
|
||||||
zfs = {
|
zfs = {
|
||||||
|
|
Loading…
Reference in New Issue