mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-09 16:16:21 +01:00
apple/macbook-pro/11-1: add comment why we include broadcom driver
This commit is contained in:
parent
7a9364e705
commit
12ad8c1bf1
|
|
@ -8,6 +8,7 @@
|
||||||
|
|
||||||
# broadcom-wl
|
# broadcom-wl
|
||||||
hardware.enableRedistributableFirmware = lib.mkDefault true;
|
hardware.enableRedistributableFirmware = lib.mkDefault true;
|
||||||
|
# nixos-generate-config doesn't detect this automatically.
|
||||||
boot.extraModulePackages = with config.boot.kernelPackages; [ broadcom_sta ];
|
boot.extraModulePackages = with config.boot.kernelPackages; [ broadcom_sta ];
|
||||||
boot.kernelModules = [ "wl" ];
|
boot.kernelModules = [ "wl" ];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue