Update FredOS-Macbook.nix
This commit is contained in:
parent
f9551ab5a5
commit
93b970e8d8
1 changed files with 2 additions and 2 deletions
|
|
@ -14,7 +14,7 @@ config = lib.mkIf (config.networking.hostName == "FredOS-Macbook") {
|
|||
};
|
||||
|
||||
# Enable Broadcom WL for Macbook
|
||||
extraModulePackages = [ config.boot.kernelPackages.broadcom_sta ];
|
||||
extraModulePackages = [ pkgs.linuxPackages.broadcom_sta ]; # Use pkgs, not config
|
||||
|
||||
blacklistedKernelModules = [
|
||||
"b43"
|
||||
|
|
@ -26,7 +26,7 @@ config = lib.mkIf (config.networking.hostName == "FredOS-Macbook") {
|
|||
hardware.enableRedistributableFirmware = true;
|
||||
|
||||
nixpkgs.config.permittedInsecurePackages = [
|
||||
"broadcom-sta-6.30.223.271-59-6.17.9"
|
||||
"broadcom-sta-6.30.223.271-59-6.18" # Updated version number
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue