From aeae9061993b5d3574dcb7f4c578284e2813f89a Mon Sep 17 00:00:00 2001 From: Ethan Turkeltaub Date: Thu, 10 Sep 2026 22:05:59 -0400 Subject: [PATCH] Fix `atticd` PostgreSQL address --- modules/profiles/services/atticd/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/profiles/services/atticd/default.nix b/modules/profiles/services/atticd/default.nix index 5870aaae..01a4b23f 100644 --- a/modules/profiles/services/atticd/default.nix +++ b/modules/profiles/services/atticd/default.nix @@ -26,7 +26,7 @@ in listen = "[::]:8080"; require-proof-of-possession = true; - database.url = "postgresql:///atticd?host=/run/postgresql"; + database.url = "postgresql://atticd@localhost/atticd?host=/run/postgresql"; api-endpoint = "https://cache.e10.camp/";