From b20119ff8d0093d58fa9054a2a93b25759a38daf Mon Sep 17 00:00:00 2001 From: Daniel Olsen Date: Sat, 15 Mar 2025 23:16:10 +0100 Subject: [PATCH] buskerud no longer nix rip --- topology.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topology.nix b/topology.nix index a2833e0..8253ac5 100644 --- a/topology.nix +++ b/topology.nix @@ -56,7 +56,7 @@ in { interfaceGroups = [ ["eth1" "eth2" "eth3" "eth4" "eth5" "eth6" "eth7"] ]; connections.eth2 = mkConnection "bekkalokk" "enp2s0"; connections.eth3 = mkConnection "bicep" "enp6s0f0"; - connections.eth4 = mkConnection "buskerud" "enp3s0f0"; + # connections.eth4 = mkConnection "buskerud" "enp3s0f0"; connections.eth5 = mkConnection "knutsen" "eth1"; connections.eth7 = mkConnection "joshua" "eth1"; };