fix: fix postgres settings

This commit is contained in:
s-prechtl 2026-03-22 20:09:39 +01:00
parent 10abb6aaac
commit 48aaed53ae

View file

@ -9,13 +9,13 @@
settings = {
disable_startup_analytics = true;
avatars = "initials";
};
postgresql = {
host = "/run/postgresql";
name = "authentik";
user = "authentik";
};
};
nginx = {
enable = true;