1
0
Fork 0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-11-23 03:19:42 +01:00

apple/macbook-pro/11-1: add comment why we include broadcom driver

This commit is contained in:
Jörg Thalheim 2024-11-02 11:35:05 +01:00 committed by mergify[bot]
parent 7a9364e705
commit 12ad8c1bf1

View file

@ -8,6 +8,7 @@
# broadcom-wl
hardware.enableRedistributableFirmware = lib.mkDefault true;
# nixos-generate-config doesn't detect this automatically.
boot.extraModulePackages = with config.boot.kernelPackages; [ broadcom_sta ];
boot.kernelModules = [ "wl" ];
}