apple/macbook-air/6: add acpi_osi= kernel param

This commit is contained in:
Yegor Timoshenko 2017-12-27 22:09:57 +00:00
parent 19c0c04f61
commit b65efccd54
No known key found for this signature in database
GPG Key ID: C34BF9DCC9DF8210
1 changed files with 3 additions and 0 deletions

View File

@ -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 ''