about summary refs log tree commit diff
path: root/nixos/doc/manual
diff options
context:
space:
mode:
authorJoachim F <joachifm@users.noreply.github.com>2018-11-02 12:02:51 +0000
committerGitHub <noreply@github.com>2018-11-02 12:02:51 +0000
commit2dc0fc6516141739d6fb7bcf621d871645906ee9 (patch)
treece49da6a275d57f1d165a008fe18ac1ef9730c8d /nixos/doc/manual
parent7bd88054088149bebe4d2a63b182fe33d42556e1 (diff)
parent16f67637ba6a27cb61e2f334afc6050114073369 (diff)
downloadnixlib-2dc0fc6516141739d6fb7bcf621d871645906ee9.tar
nixlib-2dc0fc6516141739d6fb7bcf621d871645906ee9.tar.gz
nixlib-2dc0fc6516141739d6fb7bcf621d871645906ee9.tar.bz2
nixlib-2dc0fc6516141739d6fb7bcf621d871645906ee9.tar.lz
nixlib-2dc0fc6516141739d6fb7bcf621d871645906ee9.tar.xz
nixlib-2dc0fc6516141739d6fb7bcf621d871645906ee9.tar.zst
nixlib-2dc0fc6516141739d6fb7bcf621d871645906ee9.zip
Merge pull request #47526 from rnhmjoj/syncthing
nixos/syncthing: move configuration to condigDir
Diffstat (limited to 'nixos/doc/manual')
-rw-r--r--nixos/doc/manual/release-notes/rl-1903.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-1903.xml b/nixos/doc/manual/release-notes/rl-1903.xml
index 1d9b6ecc0e2e..6121d32346cb 100644
--- a/nixos/doc/manual/release-notes/rl-1903.xml
+++ b/nixos/doc/manual/release-notes/rl-1903.xml
@@ -97,6 +97,16 @@
        start org.nixos.nix-daemon</command>.
       </para>
      </listitem>
+     <listitem>
+      <para>
+        The Syncthing state and configuration data has been moved from
+        <varname>services.syncthing.dataDir</varname> to the newly defined
+        <varname>services.syncthing.configDir</varname>, which default to
+        <literal>/var/lib/syncthing/.config/syncthing</literal>.
+        This change makes possible to share synced directories using ACLs
+        without Syncthing resetting the permission on every start.
+      </para>
+     </listitem>
     </itemizedlist>
    </listitem>
    <listitem>