From f8f9819169e75dce46abbc219b2aaab60806113e Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Thu, 2 Jan 2025 16:43:51 +0400 Subject: [PATCH] attempt two --- modules/server/fedi/akkoma.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/server/fedi/akkoma.nix b/modules/server/fedi/akkoma.nix index acb962f8..b1b0ed9a 100644 --- a/modules/server/fedi/akkoma.nix +++ b/modules/server/fedi/akkoma.nix @@ -60,7 +60,7 @@ in { ":media_proxy" = { enabled = true; proxy_opts = { redirect_on_failure = true; }; - base_url = "media.social.sako.lol/proxy"; + base_url = "https://media.social.sako.lol/proxy"; }; "Pleroma.Web.Endpoint" = { url.host = "social.sako.lol"; }; "Pleroma.Upload" = {