build03: postgresql_16 -> postgresql_17
This commit is contained in:
parent
065e315647
commit
dc115f6e17
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
services.postgresql = {
|
||||
enable = true;
|
||||
# enableJIT seems to be broken, can't set a version without also needing to add withJIT
|
||||
package = pkgs.postgresql_16.withJIT;
|
||||
package = pkgs.postgresql_17.withJIT;
|
||||
|
||||
enableJIT = true;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue