fix: fix postgres settings
This commit is contained in:
parent
10abb6aaac
commit
48aaed53ae
1 changed files with 5 additions and 5 deletions
|
|
@ -9,13 +9,13 @@
|
|||
settings = {
|
||||
disable_startup_analytics = true;
|
||||
avatars = "initials";
|
||||
};
|
||||
|
||||
postgresql = {
|
||||
host = "/run/postgresql";
|
||||
name = "authentik";
|
||||
user = "authentik";
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
nginx = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue