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. '';