From 8d3ff73fdc0808b512c39c3b439435c1e5e6263f Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Sun, 26 Jan 2025 00:27:09 -0500 Subject: [PATCH] fix api endpoint Signed-off-by: ahuston-0 --- systems/palatine-hill/attic/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/palatine-hill/attic/default.nix b/systems/palatine-hill/attic/default.nix index e061931..35c3aa5 100644 --- a/systems/palatine-hill/attic/default.nix +++ b/systems/palatine-hill/attic/default.nix @@ -19,7 +19,7 @@ settings = { listen = "[::]:8183"; allowed-hosts = [ "attic.alicehuston.xyz" ]; - api-endpoint = "https://attic.alicehuston.xyz"; + api-endpoint = "https://attic.alicehuston.xyz/"; compression.type = "none"; # let ZFS do the compressing database = { url = "postgres://atticd?host=/run/postgresql";