From 817ca3699e94419f8050ef863c023b346103e2cf Mon Sep 17 00:00:00 2001 From: ajs124 Date: Sun, 3 Apr 2022 16:46:15 +0100 Subject: treewide: change postgresql_10 in documentation and examples to postgresql_14 --- .../manual/from_md/administration/declarative-containers.section.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos/doc/manual/from_md/administration/declarative-containers.section.xml') diff --git a/nixos/doc/manual/from_md/administration/declarative-containers.section.xml b/nixos/doc/manual/from_md/administration/declarative-containers.section.xml index b8179dca1f8b..4831c9c74e84 100644 --- a/nixos/doc/manual/from_md/administration/declarative-containers.section.xml +++ b/nixos/doc/manual/from_md/administration/declarative-containers.section.xml @@ -11,7 +11,7 @@ containers.database = { config = { config, pkgs, ... }: { services.postgresql.enable = true; - services.postgresql.package = pkgs.postgresql_10; + services.postgresql.package = pkgs.postgresql_14; }; }; -- cgit v1.2.3