diff --git a/modules/hardware/wifi.nix b/modules/hardware/wifi.nix index 8641aac..5806756 100644 --- a/modules/hardware/wifi.nix +++ b/modules/hardware/wifi.nix @@ -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" + ''; + }; }; }; };