apple/macbook-air/6: add acpi_osi= kernel param
This commit is contained in:
parent
19c0c04f61
commit
b65efccd54
|
@ -6,6 +6,9 @@
|
|||
boot = {
|
||||
extraModulePackages = with config.boot.kernelPackages; [ mba6x_bl ];
|
||||
kernelModules = [ "mba6x_bl" ];
|
||||
|
||||
# Divides power consumption by two.
|
||||
kernelParams = [ "acpi_osi=" ];
|
||||
};
|
||||
|
||||
services.xserver.deviceSection = lib.mkDefault ''
|
||||
|
|
Loading…
Reference in a new issue