about summary refs log tree commit diff
path: root/nixos/modules
diff options
context:
space:
mode:
authorThomas Gerbet <thomas@gerbet.me>2023-12-15 00:43:13 +0100
committerGitHub <noreply@github.com>2023-12-15 00:43:13 +0100
commita9da4c22605dce466cc1c9de046d17947f80d8d7 (patch)
tree8e310c765e629c89531284c701bbee52b64a580d /nixos/modules
parenta1aa81fbc5b0b6a740f542c9210c674cbf94e51c (diff)
parent515ce669bcd98d25d0be99e8f6687f1913f057fc (diff)
downloadnixlib-a9da4c22605dce466cc1c9de046d17947f80d8d7.tar
nixlib-a9da4c22605dce466cc1c9de046d17947f80d8d7.tar.gz
nixlib-a9da4c22605dce466cc1c9de046d17947f80d8d7.tar.bz2
nixlib-a9da4c22605dce466cc1c9de046d17947f80d8d7.tar.lz
nixlib-a9da4c22605dce466cc1c9de046d17947f80d8d7.tar.xz
nixlib-a9da4c22605dce466cc1c9de046d17947f80d8d7.tar.zst
nixlib-a9da4c22605dce466cc1c9de046d17947f80d8d7.zip
Merge pull request #257504 from SuperSandro2000/postgres-doc
nixos/postgresql: point doc link to current like all others
Diffstat (limited to 'nixos/modules')
-rw-r--r--nixos/modules/services/databases/postgresql.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/databases/postgresql.nix b/nixos/modules/services/databases/postgresql.nix
index d0058fd1948b..ed5915735730 100644
--- a/nixos/modules/services/databases/postgresql.nix
+++ b/nixos/modules/services/databases/postgresql.nix
@@ -404,7 +404,7 @@ in
         default = {};
         description = lib.mdDoc ''
           PostgreSQL configuration. Refer to
-          <https://www.postgresql.org/docs/15/config-setting.html#CONFIG-SETTING-CONFIGURATION-FILE>
+          <https://www.postgresql.org/docs/current/config-setting.html#CONFIG-SETTING-CONFIGURATION-FILE>
           for an overview of `postgresql.conf`.
 
           ::: {.note}