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(nixpkgs): update security allowlist for broadcom

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

+1
+1
hosts/stellapent-cier/broadcom.nix
··· 15 15 # required due to security warnings 16 16 nixpkgs.config.permittedInsecurePackages = [ 17 17 "broadcom-sta-6.30.223.271-57-6.15.7" 18 + "broadcom-sta-6.30.223.271-57-6.16.3" 18 19 ]; 19 20 }