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;