diff --git a/hosts/puter/hardware-configuration.nix b/hosts/puter/hardware-configuration.nix index 1977826..6f7f85f 100644 --- a/hosts/puter/hardware-configuration.nix +++ b/hosts/puter/hardware-configuration.nix @@ -79,4 +79,6 @@ environment.systemPackages = with pkgs; [mbpfan thermald]; boot.blacklistedKernelModules = ["b43" "ssb" "brcmfmac" "brcmsmac" "bcma"]; + + nixpkgs.config.permittedInsecurePackages = ["broadcom-sta-6.30.223.271-57-6.12.38"]; }