about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2023-09-26 22:49:27 +0200
committerSandro Jäckel <sandro.jaeckel@gmail.com>2023-11-20 14:44:23 +0100
commit515ce669bcd98d25d0be99e8f6687f1913f057fc (patch)
treeda5c1a8c849ba7b5a779981eaa4f405191c38e3e /nixos
parent26f4cc0eb06b87be437f46f26063acb0a60e3025 (diff)
downloadnixlib-515ce669bcd98d25d0be99e8f6687f1913f057fc.tar
nixlib-515ce669bcd98d25d0be99e8f6687f1913f057fc.tar.gz
nixlib-515ce669bcd98d25d0be99e8f6687f1913f057fc.tar.bz2
nixlib-515ce669bcd98d25d0be99e8f6687f1913f057fc.tar.lz
nixlib-515ce669bcd98d25d0be99e8f6687f1913f057fc.tar.xz
nixlib-515ce669bcd98d25d0be99e8f6687f1913f057fc.tar.zst
nixlib-515ce669bcd98d25d0be99e8f6687f1913f057fc.zip
nixos/postgresql: point doc link to current like all others
Diffstat (limited to 'nixos')
-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 a9067d5974a9..fe2addf2b0b4 100644
--- a/nixos/modules/services/databases/postgresql.nix
+++ b/nixos/modules/services/databases/postgresql.nix
@@ -409,7 +409,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}