From b461a447077b3b8b37953eefb21ee132b480ef73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20=E2=80=9CNiols=E2=80=9D=20Jeannerod?= Date: Tue, 24 Sep 2024 16:59:37 +0200 Subject: [PATCH] Not localhost --- fediversity/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fediversity/default.nix b/fediversity/default.nix index e4c45cd..379b1b2 100644 --- a/fediversity/default.nix +++ b/fediversity/default.nix @@ -113,6 +113,6 @@ in { ## NOTE: For a one-machine deployment, this removes the need to provide an ## `s3.garage.` domain. However, this will quickly stop working once ## we go to multi-machines deployment. - fediversity.internal.garage.api.domain = mkForce "localhost"; + fediversity.internal.garage.api.domain = mkForce "s3.garage.localhost"; }; }