From 5042fa8a5ad31ed363d788a7697c34eef58c8767 Mon Sep 17 00:00:00 2001 From: Aleksa Vučković Date: Sun, 6 Mar 2022 12:59:06 +0100 Subject: pisetup & wpa_supplicant.conf --- files/boot/wpa_supplicant.conf | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 files/boot/wpa_supplicant.conf (limited to 'files') 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="" + psk="" + key_mgmt=WPA-PSK +} -- cgit v1.2.3