nixos/postgresql: check config file syntax at build time

This commit is contained in:
Symphorien Gibol
2020-09-20 13:43:20 +02:00
parent e0759a4973
commit 1b7ca69ecc
2 changed files with 23 additions and 2 deletions
@@ -543,6 +543,14 @@ systemd.services.nginx.serviceConfig.ReadWritePaths = [ "/var/www" ];
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.