diff --git a/nixos/hosts/sapphic-engineer/akkoma.nix b/nixos/hosts/sapphic-engineer/akkoma.nix index 7c98b2c..988bbdc 100644 --- a/nixos/hosts/sapphic-engineer/akkoma.nix +++ b/nixos/hosts/sapphic-engineer/akkoma.nix @@ -49,12 +49,12 @@ in { }; ":activitypub" = { sign_object_fetches = true; - authorized_fetch_mode = true; + authorized_fetch_mode = true;s }; ":media_proxy" = { enabled = true; proxy_opts.redirect_on_failure = true; - base_url = "https://media.sapphic.engineer/proxy"; + base_url = "https://media.sapphic.engineer"; }; ":media_preview_proxy" = { enabled = true;