From 9392b9c05a238c4485be930980caa237c0fbf020 Mon Sep 17 00:00:00 2001 From: Astro Date: Sat, 1 Apr 2023 01:12:34 +0200 Subject: [PATCH] ap24: correct model, revert to wpa2 for flash space reasons --- config/ap.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/ap.nix b/config/ap.nix index 21bbd18..8feb343 100644 --- a/config/ap.nix +++ b/config/ap.nix @@ -433,7 +433,7 @@ }; }; location = "Farbwerk"; - model = "tl-wr740n-v1"; + model = "tl-wr740n-v4"; role = "ap"; wifi = { "platform/ar933x_wmac" = { @@ -441,7 +441,7 @@ htmode = "HT40-"; ssids = { "ZW public" = { net = "pub"; }; - farbwerk = { net = "priv12"; }; + farbwerk = { net = "priv12"; encryption = "wpa2"; }; }; }; };