From e2dbb81b9144fd8be2eb89617db38fd361079fed Mon Sep 17 00:00:00 2001 From: stkhan Date: Sat, 19 Jun 2021 10:42:34 -0500 Subject: 1.0.0b2 Former-commit-id: 7e8e8ad1998285a5b38c4bedd38acd0bbe37de4d --- sd/etc/ns.conf | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 sd/etc/ns.conf (limited to 'sd/etc/ns.conf') 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" -- cgit v1.2.3