Skip to content

Commit

Permalink
apple/macbook-pro/11-1: add comment why we include broadcom driver
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 authored and mergify[bot] committed Nov 6, 2024
1 parent 7a9364e commit 12ad8c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apple/macbook-pro/11-1/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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" ];
}

0 comments on commit 12ad8c1

Please sign in to comment.