From f9f36e2593df4e68a4f4aa9aaeddcc47cedb453e Mon Sep 17 00:00:00 2001 From: Lzebulon Date: Sat, 31 Jan 2026 22:49:43 +0100 Subject: [PATCH] add san vlan --- hosts/physiques/cephiroth/networking.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/physiques/cephiroth/networking.nix b/hosts/physiques/cephiroth/networking.nix index 15c7d40..7c87116 100644 --- a/hosts/physiques/cephiroth/networking.nix +++ b/hosts/physiques/cephiroth/networking.nix @@ -10,6 +10,10 @@ id = 3; interface = "bond0"; }; + san = { + id = 4; + interface = "bond0"; + }; ceph = { id = 6; interface = "bond0";