From 5ceb29db61289d0fe9822d8327701b3440e7ccde Mon Sep 17 00:00:00 2001 From: noe Date: Sun, 21 Apr 2024 11:54:33 -0400 Subject: [PATCH] proxy: split media proxy out --- nixos/hosts/sapphic-engineer/akkoma.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/hosts/sapphic-engineer/akkoma.nix b/nixos/hosts/sapphic-engineer/akkoma.nix index 988bbdc..f7ea37c 100644 --- a/nixos/hosts/sapphic-engineer/akkoma.nix +++ b/nixos/hosts/sapphic-engineer/akkoma.nix @@ -49,7 +49,7 @@ in { }; ":activitypub" = { sign_object_fetches = true; - authorized_fetch_mode = true;s + authorized_fetch_mode = true; }; ":media_proxy" = { enabled = true;