From 514101b88b6f5a205558c3bf1c95d503728ec128 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Thu, 2 Jan 2025 15:34:20 +0400 Subject: [PATCH] what --- modules/server/fedi/akkoma.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modules/server/fedi/akkoma.nix b/modules/server/fedi/akkoma.nix index 11ba40c7..a9c907d2 100644 --- a/modules/server/fedi/akkoma.nix +++ b/modules/server/fedi/akkoma.nix @@ -55,7 +55,10 @@ in { cleanup_attachments = true; allow_relay = true; }; - ":media_proxy".enabled = false; + ":media_proxy" = { + enabled = false; + base_url = "media.social.sako.lol"; + }; "Pleroma.Web.Endpoint" = { url.host = "social.sako.lol"; }; "Pleroma.Upload" = { base_url = "https://media.social.sako.lol";