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 = {
|
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"
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
|
||||||
BIN
secrets/wifi.age
BIN
secrets/wifi.age
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue