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" ];
}