From 8b53a1b681f492eecf914d66acef36b10f6db614 Mon Sep 17 00:00:00 2001 From: Astro Date: Thu, 14 Sep 2023 18:03:04 +0200 Subject: [PATCH] switch-c3d2-main: add more VOC ports --- config/switch.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/switch.nix b/config/switch.nix index 3a235be..5a4db76 100644 --- a/config/switch.nix +++ b/config/switch.nix @@ -255,10 +255,10 @@ ap33.ports = [ "5" ]; c3d2.ports = [ "8-20" ]; # Testing - ap-test1.ports = [ "4" ]; + ap-test1.ports = [ "7" ]; bmx.ports = [ "7" ]; # tmp Datenspuren: VOC - iso4.ports = [ "6" ]; + iso4.ports = [ "4" "6" ]; }; };