diff options
| author | Grisha Shipunov | 2025-11-08 09:50:26 +0000 |
|---|---|---|
| committer | Grisha Shipunov | 2025-11-08 09:50:26 +0000 |
| commit | 2df0d0e765256f1445a9d42dbcdbd0d3b4aa6986 (patch) | |
| tree | 7f7cbb7395ec801dd13707a73a29bd21bfc53974 /hosts/auth | |
| parent | cfdeca06abd0b17c4c72bf72988cb775b320f4d5 (diff) | |
set postgres socket explicitly https://github.com/nix-community/authentik-nix/issues/79
Diffstat (limited to 'hosts/auth')
| -rw-r--r-- | hosts/auth/authentik.nix | 1 |
1 files changed, 1 insertions, 0 deletions
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"; }; }; } |
