mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
installer-macbook-pro-2009: enable b43 driver
This commit is contained in:
parent
9b41fc214a
commit
fc18ac4016
2 changed files with 5 additions and 0 deletions
|
|
@ -20,6 +20,7 @@
|
|||
./nix/nixosModules/extra/macbook-pro-radeon.nix
|
||||
./nix/nixosModules/extra/macbook-swap-cmd-opt.nix
|
||||
./nix/nixosModules/extra/macbook-swap-fn-ctrl.nix
|
||||
./nix/nixosModules/extra/macbook-broacom-b43.nix
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
4
nix/nixosModules/extra/macbook-broacom-b43.nix
Normal file
4
nix/nixosModules/extra/macbook-broacom-b43.nix
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
networking.enableB43Firmware = true;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue