From 91ee88fec6c284763e22b3c9ae97ebf87cf96c99 Mon Sep 17 00:00:00 2001 From: Astro Date: Thu, 10 Feb 2022 18:54:42 +0100 Subject: [PATCH] ap: remove disconnected ap20, ap21, ap43 --- config/ap.nix | 64 --------------------------------------------------- 1 file changed, 64 deletions(-) diff --git a/config/ap.nix b/config/ap.nix index 22061b6..a2dd8af 100644 --- a/config/ap.nix +++ b/config/ap.nix @@ -316,41 +316,6 @@ }; }; }; - ap20 = { }; - ap21 = { - interfaces = { - mgmt = { - gw4 = "mgmt-gw"; - gw6 = "mgmt-gw"; - type = "phys"; - }; - priv25.type = "bridge"; - pub.type = "bridge"; - }; - links = { - }; - location = "Auf Lager"; - model = "unifiac-lite"; - role = "ap"; - wifi = { - "pci0000:00/0000:00:00.0" = { - channel = 36; - htmode = "HT40+"; - ssids = { - "ZW public" = { net = "pub"; }; - "ZW stage" = { net = "priv25"; }; - }; - }; - "platform/qca956x_wmac" = { - channel = 1; - htmode = "HT20"; - ssids = { - "ZW public" = { net = "pub"; }; - "ZW stage legacy" = { net = "priv25"; }; - }; - }; - }; - }; ap22 = { interfaces = { mgmt = { @@ -1161,35 +1126,6 @@ }; }; }; - ap43 = { - interfaces = { - mgmt = { - gw4 = "mgmt-gw"; - gw6 = "mgmt-gw"; - type = "phys"; - }; - priv27.type = "bridge"; - pub.type = "bridge"; - }; - links = { - priv27 = { - ports = [ "lan" ]; - }; - }; - location = "Gone?"; - model = "tl-wr1043nd-v1"; - role = "ap"; - wifi = { - "platform/qca955x_wmac" = { - channel = 5; - htmode = "HT40+"; - ssids = { - Kaffeetasse = { net = "priv27"; }; - "ZW public" = { net = "pub"; }; - }; - }; - }; - }; ap44 = { interfaces = { mgmt = {