nixos/postgresql: point doc link to current like all others

This commit is contained in:
Sandro Jäckel
2023-09-26 22:49:27 +02:00
parent 26f4cc0eb0
commit 515ce669bc

View File

@@ -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}