downgrade postgres to 16

This commit is contained in:
XenGi 2025-12-06 17:58:18 +01:00
parent 128e0f6c44
commit 8e535d4f1c
Signed by: xengi
SSH key fingerprint: SHA256:jxWM2RTHvxxcncXycwwWkP7HCWb4VREN05UGJTbIPZg

View file

@ -4,7 +4,7 @@
services = {
postgresql = {
enable = true;
package = pkgs.postgresql_17;
package = pkgs.postgresql_16;
enableJIT = true;
initdbArgs = [
"--locale=C"