From 78a1cd2f7a8a1b4e0ed0baecc19cc1d0bb4c67a5 Mon Sep 17 00:00:00 2001 From: Michael Walker Date: Mon, 16 Oct 2023 22:43:23 +0100 Subject: [PATCH] Upgrade umami to postgres 16 This has been manually applied to carcosa. --- shared/umami/options.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/umami/options.nix b/shared/umami/options.nix index cc7c8608..2bcabb6a 100644 --- a/shared/umami/options.nix +++ b/shared/umami/options.nix @@ -22,7 +22,7 @@ with lib; postgresTag = mkOption { type = types.str; - default = "13"; + default = "16"; description = mdDoc '' Tag to use of the `postgres` container image. '';