Skip to content

Instantly share code, notes, and snippets.

@AlexLynd
Created June 10, 2021 06:50
Show Gist options
  • Save AlexLynd/83e21bf379627e05a1d1970f71dd495d to your computer and use it in GitHub Desktop.
Save AlexLynd/83e21bf379627e05a1d1970f71dd495d to your computer and use it in GitHub Desktop.
Raspberry Pi headless WiFi configuration file
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
country=US
network={
ssid="network"
psk="password"
key_mgmt=WPA-PSK
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment