summaryrefslogtreecommitdiff
path: root/etc/ns.conf
diff options
context:
space:
mode:
Diffstat (limited to 'etc/ns.conf')
-rw-r--r--etc/ns.conf15
1 files changed, 15 insertions, 0 deletions
diff --git a/etc/ns.conf b/etc/ns.conf
new file mode 100644
index 0000000..47eb03c
--- /dev/null
+++ b/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="wlan0"
+CONFIG="wlp3s0"