Fix WLNPub WiFi conf

This commit is contained in:
Vili Sinervä 2025-07-22 13:25:08 +03:00
parent 7c009ccdc4
commit 6f49c54c87
Signed by: Vili Sinervä
SSH key fingerprint: SHA256:FladqYjaE4scJY3Hi+gnShZ6ygnTJgixy0I6BAoHyos

View file

@ -44,7 +44,7 @@ in
};
wifi.ssid = "WLNPub";
wifi-security = {
key-mgmt = "sae";
key-mgmt = "wpa-psk";
psk = "$WLNPub_PSK";
};
};