mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-25 00:31:54 -05:00
system/wifi: fix typo in SSID
This commit is contained in:
parent
5ed526ed5c
commit
8fb937126e
|
@ -22,7 +22,7 @@
|
||||||
Stargate-Discovery = {
|
Stargate-Discovery = {
|
||||||
connection.type = "wifi";
|
connection.type = "wifi";
|
||||||
connection.id = "Stargate-Discovery";
|
connection.id = "Stargate-Discovery";
|
||||||
wifi.ssid = "Stargate-Disovery";
|
wifi.ssid = "Stargate-Discovery";
|
||||||
wifi-security = {
|
wifi-security = {
|
||||||
auth-alg = "open";
|
auth-alg = "open";
|
||||||
key-mgmt = "wpa-psk";
|
key-mgmt = "wpa-psk";
|
||||||
|
|
Loading…
Reference in a new issue