From b7ebd3ccdfe8880cf068251128057c3dc3a98140 Mon Sep 17 00:00:00 2001 From: Astro Date: Tue, 18 Jan 2022 22:19:49 +0100 Subject: [PATCH] pkgs/ap: fix uciDeleteAll param to reset wifi-ifaces --- nix/pkgs/ap.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/pkgs/ap.nix b/nix/pkgs/ap.nix index a736efc..e3c789d 100644 --- a/nix/pkgs/ap.nix +++ b/nix/pkgs/ap.nix @@ -161,7 +161,7 @@ in '' # System configuration ${uciDeleteAll "network.@switch_vlan"} - ${uciDeleteAll "wireless.@wifi"} + ${uciDeleteAll "wireless.@wifi-iface"} uci set system.@system[0].hostname=${hostName} uci set dhcp.@dnsmasq[0].enabled=0