diff --git a/modules/profiles/services/atticd/default.nix b/modules/profiles/services/atticd/default.nix index 5870aaa..01a4b23 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/";