nixos-hardware/apple/macbook-pro/12-1
Doro Rose 52060c81af apple/macbook-pro/12-1/default.nix: Fixed impure <nixpkgs> import. 2021-05-11 10:31:41 +02:00
..
README.md apple/macbook-pro/12-1: PM: set cpuFreqGovernor and power Up/Down commands (#214) 2020-12-01 08:57:29 +00:00
default.nix apple/macbook-pro/12-1/default.nix: Fixed impure <nixpkgs> import. 2021-05-11 10:31:41 +02:00

README.md

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.