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" ];