diff --git a/nixos/hosts/macbookair.nix b/nixos/hosts/macbookair.nix index 4e8212e..a5fc32a 100644 --- a/nixos/hosts/macbookair.nix +++ b/nixos/hosts/macbookair.nix @@ -115,7 +115,7 @@ # Allow unfree packages nixpkgs.config.allowUnfree = true; nixpkgs.config.permittedInsecurePackages = [ - "broadcom-sta-6.30.223.271-57-6.12.40" + "broadcom-sta-6.30.223.271-59-6.18.10" ]; boot.kernelModules = [ "wl" ];