Skip to content

Instantly share code, notes, and snippets.

@automagictv
Created April 13, 2021 17:23
Show Gist options
  • Save automagictv/f60d63ba5f1b2b4dc18a6de783c09fd0 to your computer and use it in GitHub Desktop.
Save automagictv/f60d63ba5f1b2b4dc18a6de783c09fd0 to your computer and use it in GitHub Desktop.
Template for a wpa_supplicant.conf file for use on a Raspberry Pi disk image.
country=US
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
network={
ssid="YOUR-NETWORK-NAME"
psk="YOUR-NETWORK-PASSWORD"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment