nixos/postgresql: fix documentation markdown

Without the change the doc build fails as:

    $ nix build -f nixos config.system.build.manual.manualHTML -L
    ...
    nixos-manual-html> RuntimeError: heading in line 366 does not have an id
This commit is contained in:
Sergei Trofimovich 2024-08-25 17:08:37 +01:00
parent 298f244478
commit f3ece34945

View File

@ -363,6 +363,6 @@ postgresql.withJIT.pname
evaluates to `"foobar"`.
## Notable differences to upstream
## Notable differences to upstream {#module-services-postgres-upstream-deviation}
- To avoid circular dependencies between default and -dev outputs, the output of the `pg_config` system view has been removed.