From c22ba21761d6029adab34f000a9bb3f9219ff7b7 Mon Sep 17 00:00:00 2001 From: Lzebulon Date: Sun, 1 Feb 2026 14:46:41 +0100 Subject: [PATCH] test config host --- hosts/physiques/cephiroth/ceph.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/physiques/cephiroth/ceph.nix b/hosts/physiques/cephiroth/ceph.nix index 484142a..ff85701 100644 --- a/hosts/physiques/cephiroth/ceph.nix +++ b/hosts/physiques/cephiroth/ceph.nix @@ -19,7 +19,7 @@ mon = { enable = true; extraConfig = { - "mon host" = "172.16.6.3"; + "mon host" = "172.16.4.3"; "mon initial members" = "cephiroth"; }; daemons = ["cephiroth"];