Change ceph host IP

main
kalle 2024-12-26 16:35:13 +01:00
parent 102d6b3cbf
commit 05c996db50
1 changed files with 2 additions and 2 deletions

View File

@ -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";
};
};