Fix zitadel config

This commit is contained in:
2024-08-11 22:27:14 +01:00
parent 1250683996
commit ec51278987
2 changed files with 24 additions and 21 deletions

View File

@ -17,6 +17,7 @@ in {
config = lib.mkIf cfg.enable {
services.postgresql = {
enable = true;
enableJIT = true;
initdbArgs = [
"--allow-group-access"
"--encoding=UTF8"