We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4c38a02 + 0632a5e commit 67a709cCopy full SHA for 67a709c
apple/macbook-air/6/default.nix
@@ -1,8 +1,12 @@
1
-{ lib, ... }:
+{ config, lib, ... }:
2
3
{
4
imports = [ ../. ];
5
6
+ boot.kernelModules = [ "wl" ];
7
+ boot.extraModulePackages = [ config.boot.kernelPackages.broadcom_sta ];
8
+ boot.blacklistedKernelModules = [ "bcma" ];
9
+
10
boot = {
11
# Divides power consumption by two.
12
kernelParams = [ "acpi_osi=" ];
0 commit comments