fix postgres colation

This commit is contained in:
XenGi 2025-12-04 15:30:57 +01:00
parent 300034185e
commit ff9315233c
Signed by: xengi
SSH key fingerprint: SHA256:jxWM2RTHvxxcncXycwwWkP7HCWb4VREN05UGJTbIPZg

View file

@ -4,5 +4,9 @@
services.postgresql = { services.postgresql = {
enable = true; enable = true;
enableJIT = true; enableJIT = true;
initdbArgs = [
"--locale=C"
"--encoding=UTF8"
];
}; };
} }