wifi works for real

This commit is contained in:
KoenDR06 2025-09-30 11:56:32 +02:00
parent 853aeabb94
commit b1e537574b
2 changed files with 6 additions and 6 deletions

View file

@ -27,27 +27,27 @@ in {
networks = { networks = {
"Wi-Fi de Ruiters" = { "Wi-Fi de Ruiters" = {
psk = "ext:psk_ruiter"; pskRaw = "ext:psk_ruiter";
}; };
"kargadoor" = { "kargadoor" = {
psk = "ext:psk_kargadoor"; pskRaw = "ext:psk_kargadoor";
}; };
"Hete plek" = { "Hete plek" = {
psk = "ext:psk_hotspot"; pskRaw = "ext:psk_hotspot";
}; };
"Woestgaafsecure Gamelab" = { "Woestgaafsecure Gamelab" = {
psk = "ext:psk_sticky"; pskRaw = "ext:psk_sticky";
}; };
"Utrecht University" = { "Utrecht University" = {
authProtocols = ["WPA-EAP"]; authProtocols = ["WPA-EAP"];
auth = '' auth = ''
eap=PEAP eap=PEAP
identity="k.j.deruiter@students.uu.nl" identity=ext:identity_uni
password="ext:psk_uni" password=ext:psk_uni
phase2="auth=MSCHAPV2" phase2="auth=MSCHAPV2"
''; '';
}; };

Binary file not shown.