fix postgres colation
This commit is contained in:
parent
300034185e
commit
ff9315233c
1 changed files with 4 additions and 0 deletions
|
|
@ -4,5 +4,9 @@
|
|||
services.postgresql = {
|
||||
enable = true;
|
||||
enableJIT = true;
|
||||
initdbArgs = [
|
||||
"--locale=C"
|
||||
"--encoding=UTF8"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue