diff --git a/modules/hardware/wifi.nix b/modules/hardware/wifi.nix index d36fc86..b9d7a26 100644 --- a/modules/hardware/wifi.nix +++ b/modules/hardware/wifi.nix @@ -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" ''; }; diff --git a/secrets/wifi.age b/secrets/wifi.age index d0f3b4a..e5ef116 100644 Binary files a/secrets/wifi.age and b/secrets/wifi.age differ