-
-
Notifications
You must be signed in to change notification settings - Fork 629
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
apple: init MacBookPro11,1 #1222
Conversation
|
||
# broadcom-wl | ||
hardware.enableRedistributableFirmware = lib.mkDefault true; | ||
boot.extraModulePackages = with config.boot.kernelPackages; [ broadcom_sta ]; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this driver not also picked up by nixos-generate-config?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It didn't seem to be the case when I installed NixOS last week: https://github.com/j0hax/nixos-configurations/blob/4533c6b77442014dbfe97d28e74d7caef07165b5/hosts/clay/hardware-configuration.nix
@mergify queue |
🛑 The pull request has been removed from the queue
|
@mergify queue |
🛑 Branch protection settings are not validated anymoreBranch protection is enabled and is preventing Mergify to merge the pull request. Mergify will merge when branch protection settings validate the pull request once again. (detail: This branch can't be rebased) |
@mergify refresh |
✅ Pull request refreshed |
@mergify rebase |
❌ Base branch update has failedGit reported the following error:
|
@mergify queue |
✅ The pull request has been merged automaticallyThe pull request has been merged automatically at 12ad8c1 |
Description of changes
Just a simple module I wrote for my late 2013 MacBook Pro and would like to share with the community.
Things done
nixos-hardware
andimporting it via
<nixos-hardware>
or Flake input