diff options
Diffstat (limited to 'files/boot/wpa_supplicant.conf')
| -rw-r--r-- | files/boot/wpa_supplicant.conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/files/boot/wpa_supplicant.conf b/files/boot/wpa_supplicant.conf new file mode 100644 index 0000000..a038b1b --- /dev/null +++ b/files/boot/wpa_supplicant.conf @@ -0,0 +1,9 @@ +ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev +update_config=1 +country=<2_LETTER_COUNTRY_CODE> + +network={ + ssid="<WIFI_NAME>" + psk="<WIFI_PASSWORD>" + key_mgmt=WPA-PSK +} |
