From 21d1454f82224db3530e1f40caaf8ce11aa46648 Mon Sep 17 00:00:00 2001 From: traxys Date: Sat, 6 Jul 2024 12:55:57 +0200 Subject: [PATCH] ZeNixComputa: Use postgresql 16 --- hostconfig/ZeNixComputa/nixos.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hostconfig/ZeNixComputa/nixos.nix b/hostconfig/ZeNixComputa/nixos.nix index 47f01e8..f4b31e4 100644 --- a/hostconfig/ZeNixComputa/nixos.nix +++ b/hostconfig/ZeNixComputa/nixos.nix @@ -75,6 +75,7 @@ hardware.ckb-next.enable = true; services.postgresql = { + package = pkgs.postgresql_16; enable = true; ensureUsers = [ { name = "traxys"; } ]; ensureDatabases = [