From 2df0d0e765256f1445a9d42dbcdbd0d3b4aa6986 Mon Sep 17 00:00:00 2001 From: Grisha Shipunov Date: Sat, 8 Nov 2025 09:50:26 +0000 Subject: set postgres socket explicitly https://github.com/nix-community/authentik-nix/issues/79 --- hosts/auth/authentik.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'hosts') diff --git a/hosts/auth/authentik.nix b/hosts/auth/authentik.nix index 023e2db..a1257ee 100644 --- a/hosts/auth/authentik.nix +++ b/hosts/auth/authentik.nix @@ -11,6 +11,7 @@ log_level = "debug"; disable_startup_analytics = true; avatars = "initials"; + postgresql.host = "/run/postgresql"; }; }; } -- cgit v1.3.1