From 4625592db4f075d31ec4387b15d991efc235af73 Mon Sep 17 00:00:00 2001 From: Lzebulon Date: Sat, 31 Jan 2026 22:36:25 +0100 Subject: [PATCH] add san vlan pour servir cephfs et san --- hosts/physiques/cephiroth/networking.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/hosts/physiques/cephiroth/networking.nix b/hosts/physiques/cephiroth/networking.nix index 900501b..15c7d40 100644 --- a/hosts/physiques/cephiroth/networking.nix +++ b/hosts/physiques/cephiroth/networking.nix @@ -59,6 +59,16 @@ ]; }; }; + san = { + ipv4 = { + addresses = [ + { + address = "172.16.4.3"; + prefixLength = 24; + } + ]; + }; + }; }; defaultGateway = "172.16.3.99"; nameservers = [ "172.16.10.128" ];