eduroam is kinda broken, fixing with pxl hotspot

This commit is contained in:
Rouven Seifert 2023-04-14 11:14:53 +02:00
parent e19d6002f0
commit 6c923b264d
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
7 changed files with 36 additions and 23 deletions

View file

@ -28,6 +28,10 @@
psk = "@DORM_PSK@";
authProtocols = [ "WPA-PSK" ];
};
"@PIXEL_SSID@" = {
psk = "@PIXEL_PSK@";
authProtocols = [ "WPA-PSK" ];
};
};
};
};