add eduroam
This commit is contained in:
parent
6504415346
commit
029fc6b813
1 changed files with 10 additions and 0 deletions
|
|
@ -51,6 +51,16 @@ in {
|
||||||
phase2="auth=MSCHAPV2"
|
phase2="auth=MSCHAPV2"
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
"eduroam" = {
|
||||||
|
authProtocols = ["WPA-EAP"];
|
||||||
|
auth = ''
|
||||||
|
eap=PEAP
|
||||||
|
identity="k.j.deruiter@students.uu.nl"
|
||||||
|
password=ext:psk_uni
|
||||||
|
phase2="auth=MSCHAPV2"
|
||||||
|
'';
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue