From 7720bc6160d0a09331947f8d06e37e72ea022f67 Mon Sep 17 00:00:00 2001 From: Astro Date: Tue, 30 Jan 2024 23:35:59 +0100 Subject: [PATCH] ap19: update --- config/ap.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/ap.nix b/config/ap.nix index 9e5ba10..ebe059d 100644 --- a/config/ap.nix +++ b/config/ap.nix @@ -262,15 +262,15 @@ }; }; location = "Turm C oberste Etage"; - model = "tl-wr841-v10"; + model = "tl-wr841-v11"; role = "ap"; wifi = { "platform/qca953x_wmac" = { channel = 6; htmode = "HT20"; ssids = { - "Studio 01127" = { net = "priv41"; }; - Walter = { net = "priv26"; }; + "Studio 01127" = { net = "priv41"; encryption = "wpa2"; }; + Walter = { net = "priv26"; encryption = "wpa2"; }; "ZW public" = { net = "pub"; }; }; };