mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-04 01:07:14 +08:00
macbook air 7
This commit is contained in:
committed by
mergify[bot]
parent
4048e9ce2d
commit
8cf35efba1
5
apple/macbook-air/7/README.md
Normal file
5
apple/macbook-air/7/README.md
Normal file
@@ -0,0 +1,5 @@
|
||||
# MacBook Air 7,X
|
||||
|
||||
### For wifi driver
|
||||
broadcomt_sta was the best working driver I could find, however on the normal kernel, you need to `sudo modprobe -r wl` and `sudo modprobe wl`, however it was fully working on the zen kernel.
|
||||
|
||||
9
apple/macbook-air/7/default.nix
Normal file
9
apple/macbook-air/7/default.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
../.
|
||||
];
|
||||
|
||||
boot.extraModulePackages = lib.mkDefault [ config.boot.kernelPackages.broadcom_sta ];
|
||||
}
|
||||
Reference in New Issue
Block a user