Upgrade psql to 16

This commit is contained in:
Lillian-Violet 2023-12-21 20:57:21 +01:00
parent c4bfb17928
commit 13d19ee78f
2 changed files with 2 additions and 2 deletions

View file

@ -103,7 +103,7 @@
noto-fonts-emoji
oh-my-zsh
onlyoffice-documentserver
postgresql_15
postgresql_16
python3
rsync
rabbitmq-server

View file

@ -5,7 +5,7 @@
}: {
services.postgresql = {
# https://nixos.org/manual/nixos/stable/#module-postgresql
package = pkgs.postgresql_15;
package = pkgs.postgresql_16;
enable = true;
# Ensure the database, user, and ownership is set