Update postgresql to version 15

This commit is contained in:
Charlotte Van Petegem 2023-01-23 14:51:58 +01:00
parent e098a2870e
commit 16092857e1
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -1,4 +1,4 @@
{ ... }:
{ config, pkgs, ... }:
{
imports = [
@ -16,4 +16,6 @@
./nginx
./syncthing
];
services.postgresql.package = pkgs.postgresql_15;
}