summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-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";
};
};
}