nixos-hardware/apple/macbook-pro/12-1
2025-07-27 11:49:59 +02:00
..
default.nix chore: format repo using treefmt-nix and nixfmt-rfc-style 2025-06-04 12:35:54 -04:00
README.md macbook-pro/12-1: remove redundant bracket in readme 2025-07-27 11:49:59 +02:00

MacBook Pro 12,1

Wireless won't get reconnected after resume/hibernate

The wifi driver is unloaded before suspend/hibernate to workaround driver issues. This means it might be required to restart your wifi deamon i.e. wpa_supplicant:

powerManagement.powerUpCommands = ''
  ${pkgs.systemd}/bin/systemctl restart wpa_supplicant.service
'';

You can apply this to your network management software of choice.