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:
- Restart NetworkManager by running `sudo systemctl restart NetworkManager`
- Reboot your system by running `sudo reboot`
Your system should now automatically scan and connect to your hidden ssid!