set fixed postgres version

This commit is contained in:
XenGi 2025-12-06 17:52:11 +01:00
parent de246aee34
commit 6c6db60af6
Signed by: xengi
SSH key fingerprint: SHA256:jxWM2RTHvxxcncXycwwWkP7HCWb4VREN05UGJTbIPZg

View file

@ -1,10 +1,10 @@
{ ... }: { pkgs, ... }:
{ {
services = { services = {
postgresql = { postgresql = {
enable = true; enable = true;
#package = pkgs.postgresql_18; package = pkgs.postgresql_16;
enableJIT = true; enableJIT = true;
initdbArgs = [ initdbArgs = [
"--locale=C" "--locale=C"