Update postgresql to version 15
This commit is contained in:
parent
e098a2870e
commit
16092857e1
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
{ ... }:
|
{ config, pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
|
@ -16,4 +16,6 @@
|
||||||
./nginx
|
./nginx
|
||||||
./syncthing
|
./syncthing
|
||||||
];
|
];
|
||||||
|
|
||||||
|
services.postgresql.package = pkgs.postgresql_15;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue