diff options
| author | stkhan <personal@slickd.xyz> | 2021-06-19 10:42:51 -0500 |
|---|---|---|
| committer | stkhan <personal@slickd.xyz> | 2021-06-19 10:42:51 -0500 |
| commit | 120b0999b4d996f4e9a0d78975f7ef4923b95e7e (patch) | |
| tree | 8cf3fa8dc6069b1f4cfe6a874be428cb38cb744b /sd/etc/ns.conf | |
| parent | e2dbb81b9144fd8be2eb89617db38fd361079fed (diff) | |
Remove tmp dir
Former-commit-id: f9a9e87a5573b8c6549d802405fa53c78ec419b9
Diffstat (limited to 'sd/etc/ns.conf')
| -rw-r--r-- | sd/etc/ns.conf | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/sd/etc/ns.conf b/sd/etc/ns.conf deleted file mode 100644 index 4d83a91..0000000 --- a/sd/etc/ns.conf +++ /dev/null @@ -1,15 +0,0 @@ -# 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" |