22.12.2020

Enabling wifi on boot for hidden ssids

In /etc/NetworkManager/NetworkManger.conf, under the [wifi] section add hidden=true.

To test if the changes worked, you can do either of the following:

  1. Restart NetworkManager by running `sudo systemctl restart NetworkManager`
  2. Reboot your system by running `sudo reboot`

Your system should now automatically scan and connect to your hidden ssid!