diff --git a/config/switch.nix b/config/switch.nix index d129d68..586f944 100644 --- a/config/switch.nix +++ b/config/switch.nix @@ -9,24 +9,28 @@ links = { switch-a2.ports = [ "7" ]; priv25.ports = [ + # A6: Kleiner Saal Schaltschrank + "1" + # Kabinett A10 + "2" + "3" + # A16: Buehne rechts unten "4" # artnet node "5" + # Panel A2: Foyer + "8" + # Panel A8: Kleiner Saal Buehne ]; - priv31.ports = [ "6" ]; - iso4.ports = [ - "1" - ]; - pub.ports = [ - # Kabinett A10 - "2" + priv31.ports = [ + # A4: Buero + "6" ]; # A3: Techniklager # (DS23: Hackcenter vor kleinem Saal) # A17: Grosser Saal ueber der Buehne # switch-a2 Port 13 - # Panel A2: Foyer # Panel A6: kl Saal hinten }; };