about summary refs log tree commit diff
path: root/nixos/doc/manual
diff options
context:
space:
mode:
authorSymphorien Gibol <symphorien+git@xlumurb.eu>2020-07-11 12:00:00 +0000
committerSymphorien Gibol <symphorien+git@xlumurb.eu>2020-09-20 13:43:20 +0200
commit1b7ca69ecc47c807df21c1291c98fec0d4e294db (patch)
tree2ebd54b92b1407b29d14702b452d98c151f56d85 /nixos/doc/manual
parente0759a49733dfc3aa225b8a7423c00da6e1ecb67 (diff)
downloadnixlib-1b7ca69ecc47c807df21c1291c98fec0d4e294db.tar
nixlib-1b7ca69ecc47c807df21c1291c98fec0d4e294db.tar.gz
nixlib-1b7ca69ecc47c807df21c1291c98fec0d4e294db.tar.bz2
nixlib-1b7ca69ecc47c807df21c1291c98fec0d4e294db.tar.lz
nixlib-1b7ca69ecc47c807df21c1291c98fec0d4e294db.tar.xz
nixlib-1b7ca69ecc47c807df21c1291c98fec0d4e294db.tar.zst
nixlib-1b7ca69ecc47c807df21c1291c98fec0d4e294db.zip
nixos/postgresql: check config file syntax at build time
Diffstat (limited to 'nixos/doc/manual')
-rw-r--r--nixos/doc/manual/release-notes/rl-2009.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2009.xml b/nixos/doc/manual/release-notes/rl-2009.xml
index 7020bb70c57d..ef9120bf924e 100644
--- a/nixos/doc/manual/release-notes/rl-2009.xml
+++ b/nixos/doc/manual/release-notes/rl-2009.xml
@@ -545,6 +545,14 @@ systemd.services.nginx.serviceConfig.ReadWritePaths = [ "/var/www" ];
    </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.
     </para>
    </listitem>