Merge pull request #1611 from Enzime/push-wroqwyuruzvr
Some checks failed
Test / nixfmt (push) Has been cancelled
Test / tests (push) Has been cancelled

MacBookAir6,x: fix wireless
This commit is contained in:
Jörg Thalheim 2025-09-15 13:35:27 +00:00 committed by GitHub
commit 67a709cfe5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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