From 438ab4284c3b9a6179f694b1d50e5243c84df76d Mon Sep 17 00:00:00 2001 From: kenny Date: Fri, 31 Oct 2025 14:21:45 +0200 Subject: [PATCH] Added broadcom-sta as insecure package :) --- hosts/puter/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/puter/hardware-configuration.nix b/hosts/puter/hardware-configuration.nix index 4a407c1..9b293de 100644 --- a/hosts/puter/hardware-configuration.nix +++ b/hosts/puter/hardware-configuration.nix @@ -82,7 +82,7 @@ nixpkgs.config.allowInsecurePredicate = pkg: builtins.elem (lib.getName pkg) [ - # "broadcom-sta" # aka “wl” + "broadcom-sta" # aka “wl” "python" "qtwebengine" ];