Skip to content

Instantly share code, notes, and snippets.

@marcelblijleven
Last active October 22, 2019 20:19
Show Gist options
  • Save marcelblijleven/aa3b90e5bc6dd93a66729d1b56befd73 to your computer and use it in GitHub Desktop.
Save marcelblijleven/aa3b90e5bc6dd93a66729d1b56befd73 to your computer and use it in GitHub Desktop.
WPA Supplicant file for headless raspberry pi setup
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
country=NL
network={
ssid="SSID"
psk="PASSWORD"
key_mgmt=WPA-PSK
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment