MacBookAir6,x: fix wireless

This commit is contained in:
Michael Hoang
2025-07-24 13:49:05 +10:00
parent 4c38a024fa
commit 0632a5e10f

View File

@@ -1,8 +1,12 @@
{ lib, ... }:
{ config, lib, ... }:
{
imports = [ ../. ];
boot.kernelModules = [ "wl" ];
boot.extraModulePackages = [ config.boot.kernelPackages.broadcom_sta ];
boot.blacklistedKernelModules = [ "bcma" ];
boot = {
# Divides power consumption by two.
kernelParams = [ "acpi_osi=" ];