From 45e14d65ecd8a7f769f1a8e4d852fcf6a8b2e3f0 Mon Sep 17 00:00:00 2001 From: clerie Date: Fri, 29 Nov 2024 19:14:14 +0100 Subject: [PATCH] hosts/web-2: Upgrade to postgresql 16 --- hosts/web-2/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/web-2/configuration.nix b/hosts/web-2/configuration.nix index 3998278..dcc3aa7 100644 --- a/hosts/web-2/configuration.nix +++ b/hosts/web-2/configuration.nix @@ -50,7 +50,7 @@ services.postgresql = { enable = true; - package = pkgs.postgresql_12; + package = pkgs.postgresql_16; }; clerie.backup = {