From ee5e3934dd0ff127fd4edc9e0e106d1e9fca1073 Mon Sep 17 00:00:00 2001 From: Xe Date: Fri, 4 Nov 2022 20:57:49 -0400 Subject: [PATCH] need another cache Signed-off-by: Xe --- hosts/akko/akkoma.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/akko/akkoma.nix b/hosts/akko/akkoma.nix index 4a0f02f..82e55ba 100644 --- a/hosts/akko/akkoma.nix +++ b/hosts/akko/akkoma.nix @@ -44,7 +44,7 @@ in { # S3 setup ":pleroma"."Pleroma.Upload" = { uploader = mkRaw "Pleroma.Uploaders.S3"; - base_url = "https://media.akko.within.website/file/"; + base_url = "https://f001.backblazeb2.com/file/"; strip_exif = false; }; ":pleroma"."Pleroma.Uploaders.S3".bucket = "xeserv-akko";