diff --git a/nixos/modules/profiles/all-hardware.nix b/nixos/modules/profiles/all-hardware.nix index 19f821ae17f..8370066d4d2 100644 --- a/nixos/modules/profiles/all-hardware.nix +++ b/nixos/modules/profiles/all-hardware.nix @@ -51,6 +51,10 @@ # Include lots of firmware. hardware.enableRedistributableFirmware = true; + boot.extraModulePackages = [ config.boot.kernelPackages.broadcom_sta ]; + boot.kernelModules = [ "wl" ]; + nixpkgs.config.allowUnfree = true; + imports = [ ../hardware/network/zydas-zd1211.nix ];