summaryrefslogtreecommitdiffstats
path: root/nixos
diff options
context:
space:
mode:
authorTimothy Fenney <kodekata@gmail.com>2023-01-30 17:43:05 -0700
committerTimothy Fenney <kodekata@gmail.com>2023-01-30 17:57:02 -0700
commite60870a807caccbb6bd5713879d4a8f792a3c542 (patch)
treeab212604f052ed94f238411a22573680bae3d7ed /nixos
parent52604a1fe0985a847b87ac333ac9b5e3d2c08e8f (diff)
doc/nixos:
Bump the postgres version in the manual text to match the version in the above Nix expression.
Diffstat (limited to 'nixos')
-rw-r--r--nixos/doc/manual/configuration/config-file.section.md2
-rw-r--r--nixos/doc/manual/from_md/configuration/config-file.section.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/nixos/doc/manual/configuration/config-file.section.md b/nixos/doc/manual/configuration/config-file.section.md
index efd231fd1f4e..b010026c5828 100644
--- a/nixos/doc/manual/configuration/config-file.section.md
+++ b/nixos/doc/manual/configuration/config-file.section.md
@@ -170,6 +170,6 @@ Packages
```
The latter option definition changes the default PostgreSQL package
- used by NixOS's PostgreSQL service to 10.x. For more information on
+ used by NixOS's PostgreSQL service to 14.x. For more information on
packages, including how to add new ones, see
[](#sec-custom-packages).
diff --git a/nixos/doc/manual/from_md/configuration/config-file.section.xml b/nixos/doc/manual/from_md/configuration/config-file.section.xml
index f6c8f70cffc5..da5419cde4d3 100644
--- a/nixos/doc/manual/from_md/configuration/config-file.section.xml
+++ b/nixos/doc/manual/from_md/configuration/config-file.section.xml
@@ -221,7 +221,7 @@ services.postgresql.package = pkgs.postgresql_14;
</programlisting>
<para>
The latter option definition changes the default PostgreSQL
- package used by NixOS’s PostgreSQL service to 10.x. For more
+ package used by NixOS’s PostgreSQL service to 14.x. For more
information on packages, including how to add new ones, see
<xref linkend="sec-custom-packages" />.
</para>