From 4f9825c17988e0c8130e7640789846e763624dc6 Mon Sep 17 00:00:00 2001 From: Victor Date: Tue, 1 Nov 2022 11:11:14 +0100 Subject: [PATCH] enable authorized fetch --- nixos/hosts/hades/mastodon/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nixos/hosts/hades/mastodon/configuration.nix b/nixos/hosts/hades/mastodon/configuration.nix index 77840da..da2efba 100644 --- a/nixos/hosts/hades/mastodon/configuration.nix +++ b/nixos/hosts/hades/mastodon/configuration.nix @@ -82,6 +82,8 @@ in # TODO: Don't? RAILS_SERVE_STATIC_FILES = "true"; + AUTHORIZED_FETCH = "true"; + # https://github.com/cybrespace/cybrespace-meta/blob/master/s3.md; # https://shivering-isles.com/Mastodon-and-Amazon-S3 S3_ENABLED = "true";