Disable ceph for now

This commit is contained in:
Greg Hellings
2024-06-20 15:53:57 -05:00
parent d3348361b1
commit 5010f98d32
+3 -3
View File
@@ -8,9 +8,9 @@ let
baseConfig = import ../../ceph/home.nix;
in {
services.ceph-benaco = baseConfig // {
enable = true;
enable = false;
monitor = {
enable = true;
enable = false;
initialKeyring = ../../secrets/home.mon.keyring;
nodeName = hostname;
bindAddr = publicIp;
@@ -20,7 +20,7 @@ in {
osdAdvertisedPublicAddr = publicIp;
osds = {
osd1 = {
enable = true;
enable = false;
bootstrapKeyring = ../../secrets/home.osd-bootstrap.keyring;
id = 2;
uuid = "73424b68-210b-415f-800f-8767babea625";