Merge pull request #92929 from symphorien/postgresql-check-config-file
nixos/postgresql: check config file syntax at build time
This commit is contained in:
@@ -1017,6 +1017,14 @@ systemd.services.nginx.serviceConfig.ProtectHome = "read-only";
|
||||
will have changed.
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
The syntax of the PostgreSQL configuration file is now checked at build
|
||||
time. If your configuration includes a file inaccessible inside the build
|
||||
sandbox, set <varname>services.postgresql.checkConfig</varname> to
|
||||
<literal>false</literal>.
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
The rkt module has been removed, it was archived by upstream.
|
||||
|
||||
Reference in New Issue
Block a user