blob: 4d83a91668e33d774fa6a7c57cb6e70be0f6cac1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# ns.conf
#
# Don't remove from /etc or bad things will happen
#
# The interface var is the WiFi device name, wlan0 or wlp3s0 ex.
#
# INTERFACE="wlan0"
#
#
# The config var is your wpa_supplicant config file, usually located in /etc
#
# CONFIG="/etc/wpa_supplicant.conf"
INTERFACE="wlp0s16u3u3"
CONFIG="/etc/wpa_supplicant.conf"
|