diff --git a/hosts/puter/hardware-configuration.nix b/hosts/puter/hardware-configuration.nix index f18af31..fc695cf 100644 --- a/hosts/puter/hardware-configuration.nix +++ b/hosts/puter/hardware-configuration.nix @@ -83,6 +83,6 @@ nixpkgs.config.allowInsecurePredicate = pkg: builtins.elem (lib.getName pkg) [ "broadcom-sta" # aka “wl” - "python2.7" + "python" ]; }