wok view nomad/stuff/nomad.conf @ rev 17814

Add xdg-user-dirs
author Yuri Pourre <yuripourre@gmail.com>
date Sat Mar 21 12:32:51 2015 -0300 (2015-03-21)
parents
children
line source
1 ## Configuration of nomad.
2 ## You can specify as any places to connect as you want.
3 ## Nomad will recognize them if they follow this format:
5 ########################################################################
6 # Name_I_want() {
7 # BOOT="yes" or "no"
8 # TYPE="wifi" or "ethernet"
9 #
10 # #if ethernet:
11 # DHCP="yes" or "no"
12 # STATIC="yes" or "no"
13 # IP="192.168.0.6
14 # GATEWAY="192.168.0.1"
15 # DNS_SERVER="192.168.0.1"
16 #
17 # #if wifi:
18 # ESSID="MY-ESSID"
19 # #if wpa (need wpa_supplicant):
20 # DRIVER="wext" or "my-wpa-driver"
21 # WPA=' #my wpa_supplicant configuration, ex:
22 # ap_scan=1
23 # network={
24 # ssid="SSID-WICH-NEED-WPA"
25 # scan_ssid=1
26 # proto=WPA
27 # key_mgmt=WPA-PSK
28 # psk=52b72d55b8ca0913c5339a2f
29 # priority=5
30 # }'
31 # #if wep:
32 # KEY="my-wep-key"
33 # }
34 ########################################################################
37 ## first, we have to say which interface is ethernet, which is wifi:
38 INTERFACE="eth0"
39 WIFI_INTERFACE="wlan0"
41 ## place here your differents access points: