From 82cfa5324490386c6b9dc4a4da8341e1e99f7fde Mon Sep 17 00:00:00 2001 From: harry123 Date: Thu, 22 May 2025 23:50:29 +0200 Subject: [PATCH] added upload base_url --- hosts/sisyphe/features/services/akkoma.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hosts/sisyphe/features/services/akkoma.nix b/hosts/sisyphe/features/services/akkoma.nix index e84ab93..3782574 100644 --- a/hosts/sisyphe/features/services/akkoma.nix +++ b/hosts/sisyphe/features/services/akkoma.nix @@ -8,11 +8,10 @@ email = "admin@babychou.me"; registration_open = false; }; - + "Pleroma.Upload".base_url = "https://blurb.rougebordeaux.xyz"; "Pleroma.Web.Endpoint" = { url.host = "eepy.rougebordeaux.xyz"; }; }; }; } -