diff --git a/config/ap.nix b/config/ap.nix index 4c17566..e13b63a 100644 --- a/config/ap.nix +++ b/config/ap.nix @@ -1856,7 +1856,7 @@ }; links = { pub.ports = [ "lan:1" "lan:2" "lan:3" "lan:4" ]; - switch-b3.ports = [ "wan" ]; + switch-c1.ports = [ "wan" ]; }; location = "Turm C, 3. Etage"; model = "tplink_archer-c7-v5"; diff --git a/config/switch.nix b/config/switch.nix index be75643..aae3106 100644 --- a/config/switch.nix +++ b/config/switch.nix @@ -189,6 +189,7 @@ ap19.ports = [ "17" ]; ap26.ports = [ "18" ]; ap38.ports = [ "7" ]; + ap61.ports = [ "13" ]; # Iso nets iso1.ports = [ "9" ]; iso2.ports = [ "10" ];