add `NetworkManager` config
parent
55a613c954
commit
801de71f61
|
@ -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