From 029fc6b81316420afffdf2d3465dd9dd64a455d8 Mon Sep 17 00:00:00 2001 From: KoenDR06 Date: Thu, 13 Nov 2025 15:20:30 +0100 Subject: [PATCH] add eduroam --- modules/hardware/wifi.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) 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" + ''; + }; }; }; };