downgrade postgres to 16
This commit is contained in:
parent
128e0f6c44
commit
8e535d4f1c
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
services = {
|
||||
postgresql = {
|
||||
enable = true;
|
||||
package = pkgs.postgresql_17;
|
||||
package = pkgs.postgresql_16;
|
||||
enableJIT = true;
|
||||
initdbArgs = [
|
||||
"--locale=C"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue