From 3a860ba0924eb9e5525332d7d1e3a0e3bb0e5cdf Mon Sep 17 00:00:00 2001 From: notohh Date: Sat, 6 Jan 2024 23:47:48 -0500 Subject: [PATCH] attic: add trailing slash --- hosts/sora/services/attic.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/sora/services/attic.nix b/hosts/sora/services/attic.nix index 1cd0f38..8456381 100644 --- a/hosts/sora/services/attic.nix +++ b/hosts/sora/services/attic.nix @@ -14,7 +14,7 @@ listen = "[::]:8200"; allowed-hosts = ["cache.flake.sh"]; database.url = "postgres://attic:attic@100.94.214.100:5432/attic"; - api-endpoint = "https://cache.flake.sh"; + api-endpoint = "https://cache.flake.sh/"; require-proof-of-possession = false; chunking = { nar-size-threshold = 0;