NixOS + home-manager configs, mirrored from GitLab SaaS. gitlab.com/andreijiroh-dev/nixops-config
nix-flake nixos home-manager nixpkgs nix-flakes
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

use hardware.firmware for broadcom-bt-firmware instead

context: https://discourse.nixos.org/t/broadcom-bt-firmware-and-missing-patch-files-error-post-rebuild/67210/2?u=ajhalili2006

Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.dev>

+1 -1
+1 -1
hosts/stellapent-cier/broadcom.nix
··· 8 8 # blacklist similar modules to avoid collision 9 9 boot.blacklistedKernelModules = [ "b43" "bcma" ]; 10 10 11 - environment.systemPackages = with pkgs; [ 11 + hardware.firmware = with pkgs; [ 12 12 broadcom-bt-firmware 13 13 ]; 14 14