Auto connect to Wifi on boot
Create a file called “wpa_supplicant.conf” on the boot partition
the file should look like this:
network={
ssid="SSID"
psk="Preeshare key"
key_mgmt=WPA-PSK
}
Enable SSH from first boot
Create a empty file called ssh no extension just ssh