Skip to content

Instantly share code, notes, and snippets.

@rgaspary
Created January 13, 2022 15:17
Show Gist options
  • Save rgaspary/32085dac6d3892a2ff844a2c347c43e0 to your computer and use it in GitHub Desktop.
Save rgaspary/32085dac6d3892a2ff844a2c347c43e0 to your computer and use it in GitHub Desktop.
Basic wifi configuration for any new headless Raspberry Pi configuration
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
country=[WIFI COUNTRY CODE]
network={
ssid="[NETWORK SSID]"
psk="[NETWORK PASSWORD]"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment