From 72a6c67738b112e6204e36d28dde3b68ae123505 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=9C=BF=20corey?= Date: Tue, 25 Aug 2026 14:18:38 -0700 Subject: [PATCH] fix(glyph): explicit user in atticd db connection URL Co-Authored-By: Claude Sonnet 4.6 Entire-Checkpoint: 56deb6fb6377 --- hosts/glyph/services/attic.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/glyph/services/attic.nix b/hosts/glyph/services/attic.nix index 368b11b5..730c1825 100644 --- a/hosts/glyph/services/attic.nix +++ b/hosts/glyph/services/attic.nix @@ -8,7 +8,7 @@ settings = { listen = "[::]:8199"; - database.url = "postgresql:///atticd?host=/run/postgresql"; + database.url = "postgresql:///atticd?host=/run/postgresql&user=atticd"; storage = { type = "local";