From fad2cd5d00175bc4b0492a02bca217daf54c84df Mon Sep 17 00:00:00 2001 From: Astro Date: Fri, 19 May 2023 18:25:56 +0200 Subject: [PATCH] switch-b3: deploy server6 --- config/switch.nix | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/config/switch.nix b/config/switch.nix index f7d7dd3..a80613f 100644 --- a/config/switch.nix +++ b/config/switch.nix @@ -184,6 +184,15 @@ "ge-1/0/42" ]; }; + server6 = { + group = "9"; + ports = [ + "ge-0/0/18" + "ge-0/0/19" + "ge-1/0/0" + "ge-1/0/2" + ]; + }; }; };