From b49bd93c5ffe43e5adce7494010a2fd18942f843 Mon Sep 17 00:00:00 2001 From: Alex van de Sandt Date: Tue, 7 Jul 2026 17:53:12 -0500 Subject: [PATCH] Enable S3 storage --- modules/atproto/tranquil.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/atproto/tranquil.nix b/modules/atproto/tranquil.nix index dd0208f..fa7d27e 100644 --- a/modules/atproto/tranquil.nix +++ b/modules/atproto/tranquil.nix @@ -31,7 +31,7 @@ in }; storage = { - backend = "filesystem"; + backend = "s3"; s3_bucket = "blob.pds.alexvds.com"; }; -- 2.51.2