add eduroam

This commit is contained in:
KoenDR06 2025-11-13 15:20:30 +01:00
parent 6504415346
commit 029fc6b813

View file

@ -51,6 +51,16 @@ in {
phase2="auth=MSCHAPV2"
'';
};
"eduroam" = {
authProtocols = ["WPA-EAP"];
auth = ''
eap=PEAP
identity="k.j.deruiter@students.uu.nl"
password=ext:psk_uni
phase2="auth=MSCHAPV2"
'';
};
};
};
};