From d38bb3f450879f66d7feb7f63f085ab8e66bcadc Mon Sep 17 00:00:00 2001 From: Astro Date: Sat, 16 Sep 2023 00:35:15 +0200 Subject: [PATCH] switch-a1: move port 2 to pub --- config/switch.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/switch.nix b/config/switch.nix index f82cc72..84e90e9 100644 --- a/config/switch.nix +++ b/config/switch.nix @@ -16,6 +16,8 @@ priv31.ports = [ "6" ]; iso4.ports = [ "1" + ]; + pub.ports = [ # Kabinett A10 "2" ];