From 766a2db2d2e2b41b0707961ffc23ad56c9972742 Mon Sep 17 00:00:00 2001 From: Astro Date: Mon, 24 Jan 2022 21:48:01 +0100 Subject: [PATCH] switch-dach: update links with actually used ports --- config/switch.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/switch.nix b/config/switch.nix index 2de55e5..ba807ff 100644 --- a/config/switch.nix +++ b/config/switch.nix @@ -257,13 +257,13 @@ mgmt.ports = [ "1" ]; switch-c1.ports = [ "24" ]; # Freifunk nodes - bmx.ports = [ "10-19" ]; + bmx.ports = [ "12,14,16" ]; # radiobert - serv.ports = [ "6-9" ]; + serv.ports = [ "7" ]; # Starlink up3.ports = [ "3" ]; # unifiac-mesh - ap57.ports = [ "5" ]; + ap57.ports = [ "10" ]; }; }; };