set fixed postgres version
This commit is contained in:
parent
de246aee34
commit
6c6db60af6
1 changed files with 2 additions and 2 deletions
|
|
@ -1,10 +1,10 @@
|
|||
{ ... }:
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
services = {
|
||||
postgresql = {
|
||||
enable = true;
|
||||
#package = pkgs.postgresql_18;
|
||||
package = pkgs.postgresql_16;
|
||||
enableJIT = true;
|
||||
initdbArgs = [
|
||||
"--locale=C"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue