It's WPA-PSK not WPA

This commit is contained in:
Lillian Violet 2024-01-15 16:49:22 +01:00
parent a2c53f92be
commit 927846da84

View file

@ -88,7 +88,7 @@
networking.wireless.networks."KPNAA6306" = { networking.wireless.networks."KPNAA6306" = {
hidden = true; hidden = true;
auth = '' auth = ''
key_mgmt=WPA key_mgmt=WPA-PSK
password="@PSK_HOME@" password="@PSK_HOME@"
''; '';
}; };