upgrade postgres to 17

This commit is contained in:
XenGi 2025-12-06 17:55:03 +01:00
parent 6c6db60af6
commit 128e0f6c44
Signed by: xengi
SSH key fingerprint: SHA256:jxWM2RTHvxxcncXycwwWkP7HCWb4VREN05UGJTbIPZg

View file

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