From 87e55eb3862ee0df9943d0665c915ebd06d233bb Mon Sep 17 00:00:00 2001 From: Noah Pederson Date: Fri, 7 Aug 2026 11:10:38 -0500 Subject: [PATCH] Update celld --- flake.lock | 6 +++--- host-specific/odin/services.nix | 7 +++---- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/flake.lock b/flake.lock index d57b5cd..cf73a6b 100644 --- a/flake.lock +++ b/flake.lock @@ -638,11 +638,11 @@ ] }, "locked": { - "lastModified": 1786056788, - "narHash": "sha256-vBLvDBkHgRrhw/ET/8Lu8BcnT4i4HHKJoI5dzXabGE0=", + "lastModified": 1786117883, + "narHash": "sha256-j8hC9DDXS3h1KE8Bnb5/xpiGPMlH9oVScvxtwxUES+M=", "owner": "chiefnoah", "repo": "ngp-nur", - "rev": "5498becaf0bf3dab6fe4941fd181b80c4e8bb4d2", + "rev": "d1248f4aa5811f1ef7dabebba7c53bef62b0431b", "type": "github" }, "original": { diff --git a/host-specific/odin/services.nix b/host-specific/odin/services.nix index b661466..a87ab18 100644 --- a/host-specific/odin/services.nix +++ b/host-specific/odin/services.nix @@ -36,10 +36,9 @@ in enable = true; }; - # With no external S3 configuration, the celld module provisions a local - # single-node Garage cluster and initializes its bucket and credentials. - services.celld = { - enable = true; + # Instances share the module-managed Garage service and credentials. Each + # instance gets a bucket matching its name. + services.celld.instances.default = { listenAddress = "0.0.0.0"; port = 8082; advertise = "odin:8082"; -- 2.51.2