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.

chore(stellapent-cier): add broadcom-sta to insecure package allowlist

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

+5
+5
hosts/stellapent-cier/broadcom.nix
··· 11 11 environment.systemPackages = with pkgs; [ 12 12 broadcom-bt-firmware 13 13 ]; 14 + 15 + # required due to security warnings 16 + nixpkgs.config.permittedInsecurePackages = [ 17 + "broadcom-sta-6.30.223.271-57-6.15.7" 18 + ]; 14 19 }