wifi works for real
This commit is contained in:
parent
853aeabb94
commit
b1e537574b
2 changed files with 6 additions and 6 deletions
|
|
@ -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"
|
||||
'';
|
||||
};
|
||||
|
|
|
|||
BIN
secrets/wifi.age
BIN
secrets/wifi.age
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue