diff options
Diffstat (limited to 'sd/etc/ns.conf')
| -rw-r--r-- | sd/etc/ns.conf | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/sd/etc/ns.conf b/sd/etc/ns.conf new file mode 100644 index 0000000..4d83a91 --- /dev/null +++ b/sd/etc/ns.conf @@ -0,0 +1,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" |