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