1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-01 18:43:34 +02:00

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

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