# $ systemctl disable wpa_supplicant.service # $ cp -v ./wpa_supplicant-wlan0.conf /etc/wpa_supplicant/ # $ chmod -Rv 600 /etc/wpa_supplicant/*.conf # $ systemctl enable --now wpa_supplicant@wlan0.service ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev update_config=1 # Change to match your country. country=GB network={ # Modify these two lines to match your wifi settings! ssid="Internet" psk="password" # "WPA2/WPA3 PSK, SAE" mixed uncomment the lines below. key_mgmt=WPA-PSK-SHA256 ieee80211w=2 # If you use WPA-PSK / PSK2 uncomment the lines below. # proto=RSN # key_mgmt=WPA-PSK # pairwise=CCMP # group=CCMP # auth_alg=OPEN }