add `NetworkManager` config
parent
3d095f3875
commit
319a5cba72
|
@ -0,0 +1,24 @@
|
|||
# from dot.git
|
||||
[connection]
|
||||
id=eduroam
|
||||
type=wifi
|
||||
|
||||
[wifi]
|
||||
mode=infrastructure
|
||||
ssid=eduroam
|
||||
|
||||
[wifi-security]
|
||||
key-mgmt=wpa-eap
|
||||
|
||||
[802-1x]
|
||||
domain-suffix-match=eduroam.uni-lj.si
|
||||
eap=peap;
|
||||
identity=<identity>
|
||||
password=<password>
|
||||
phase2-auth=mschapv2
|
||||
|
||||
[ipv4]
|
||||
method=auto
|
||||
|
||||
[ipv6]
|
||||
method=auto
|
Loading…
Reference in New Issue