summaryrefslogtreecommitdiff
path: root/hosts/auth
diff options
context:
space:
mode:
authorGrisha Shipunov2025-11-08 09:50:26 +0000
committerGrisha Shipunov2025-11-08 09:50:26 +0000
commit2df0d0e765256f1445a9d42dbcdbd0d3b4aa6986 (patch)
tree7f7cbb7395ec801dd13707a73a29bd21bfc53974 /hosts/auth
parentcfdeca06abd0b17c4c72bf72988cb775b320f4d5 (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.nix1
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";
};
};
}