diff --git a/config/ap.nix b/config/ap.nix index 621365b..e004a63 100644 --- a/config/ap.nix +++ b/config/ap.nix @@ -1937,7 +1937,7 @@ channel = 36; htmode = "VHT80"; ssids = { - "Wolke7" = { net = "priv45"; }; + "Wolke7" = { net = "priv45"; encryption = "wpa2"; }; "ZW public" = { net = "pub"; }; }; }; @@ -1945,7 +1945,7 @@ channel = 9; htmode = "HT40+"; ssids = { - "Wolke7" = { net = "priv45"; }; + "Wolke7 legacy" = { net = "priv45"; encryption = "wpa2"; }; "ZW public" = { net = "pub"; }; }; };