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