Specify default locale and encoding for postgresql
All checks were successful
Check flake / build-amd64-linux (push) Successful in 2m48s

This commit is contained in:
Jordan Holt 2024-07-08 23:27:50 +01:00
parent 31c747812e
commit 832c1bbd08
Signed by: jordan
GPG Key ID: B8CFFF61F1CCF520

View File

@ -19,6 +19,8 @@ in {
enable = true;
initdbArgs = [
"--allow-group-access"
"--encoding=UTF8"
"--locale=C"
];
settings = {
log_connections = true;