From 09e68bc9e39e5666bdcf753ec2c889a426b2e0b0 Mon Sep 17 00:00:00 2001 From: Kiara Grouwstra Date: Thu, 7 Aug 2025 14:54:16 +0200 Subject: [PATCH] identify as https --- services/fediversity/attic/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/fediversity/attic/default.nix b/services/fediversity/attic/default.nix index e388b3b8..00030970 100644 --- a/services/fediversity/attic/default.nix +++ b/services/fediversity/attic/default.nix @@ -171,7 +171,7 @@ in # # The API endpoint _must_ end with a slash (e.g., `https://domain.tld/attic/` # not `https://domain.tld/attic`). - api-endpoint = "http://${config.fediversity.attic.domain}/"; + api-endpoint = "https://${config.fediversity.attic.domain}/"; # Whether to soft-delete caches #