From 72fdca4998e54fdc6326791b8f2d486da43ca95a Mon Sep 17 00:00:00 2001 From: h7x4 Date: Fri, 23 Jan 2026 00:50:16 +0900 Subject: [PATCH] topology: more connections to powerpuff cluster --- topology/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/topology/default.nix b/topology/default.nix index 811801f..37533df 100644 --- a/topology/default.nix +++ b/topology/default.nix @@ -82,6 +82,8 @@ in { (mkConnection "buskerud" "eth1") # (mkConnection "knutsen" "eth1") (mkConnection "powerpuff-cluster" "eth1") + (mkConnection "powerpuff-cluster" "eth2") + (mkConnection "powerpuff-cluster" "eth3") (mkConnection "lupine-1" "enp0s31f6") (mkConnection "lupine-2" "enp0s31f6") (mkConnection "lupine-3" "enp0s31f6") @@ -139,7 +141,7 @@ in { hardware.info = "Dell PowerEdge R730 x 3"; - interfaceGroups = [ [ "eth1" ] ]; + interfaceGroups = [ [ "eth1" "eth2" "eth3" ] ]; services = { proxmox = {