Specify default locale and encoding for postgresql
All checks were successful
Check flake / build-amd64-linux (push) Successful in 2m48s
All checks were successful
Check flake / build-amd64-linux (push) Successful in 2m48s
This commit is contained in:
parent
31c747812e
commit
832c1bbd08
@ -19,6 +19,8 @@ in {
|
|||||||
enable = true;
|
enable = true;
|
||||||
initdbArgs = [
|
initdbArgs = [
|
||||||
"--allow-group-access"
|
"--allow-group-access"
|
||||||
|
"--encoding=UTF8"
|
||||||
|
"--locale=C"
|
||||||
];
|
];
|
||||||
settings = {
|
settings = {
|
||||||
log_connections = true;
|
log_connections = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user