apple: init MacBookPro11,1

This commit is contained in:
Johannes Arnold
2024-11-01 23:02:58 +01:00
committed by mergify[bot]
parent f372fa6cfa
commit 7a9364e705
4 changed files with 27 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{ lib, config, ... }:
{
imports = [
../.
../../../common/pc/laptop/ssd
../../../common/cpu/intel/haswell
];
# broadcom-wl
hardware.enableRedistributableFirmware = lib.mkDefault true;
boot.extraModulePackages = with config.boot.kernelPackages; [ broadcom_sta ];
boot.kernelModules = [ "wl" ];
}