From 05c996db509b08e541cd4c7610fb4bd451110a01 Mon Sep 17 00:00:00 2001 From: Kalle Struik Date: Thu, 26 Dec 2024 16:35:13 +0100 Subject: [PATCH] Change ceph host IP --- systems/base/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/systems/base/configuration.nix b/systems/base/configuration.nix index 0ca9d9b..2da9ce7 100644 --- a/systems/base/configuration.nix +++ b/systems/base/configuration.nix @@ -41,7 +41,7 @@ openssh.authorizedKeys.keyFiles = [ ../../authorized_keys ]; }; - users.groups."maintenance" = {}; + users.groups."maintenance" = { }; # Enable mDNS for `hostname.local` addresses services.avahi.enable = true; @@ -94,7 +94,7 @@ enable = true; global = { fsid = "b9b22d11-3492-49a6-92b7-b36cdf0161fe"; - monHost = "v2:192.168.1.239:3300/0,v1:192.168.1.239:6789/0"; + monHost = "v2:192.168.10.3:3300/0,v1:192.168.10.3:6789/0"; }; };