forked from mirrors/nixpkgs
nixos/doc: adding line about the change in service.syncthing
This commit is contained in:
parent
74046cb09a
commit
d014088c95
|
@ -247,6 +247,21 @@ $TTL 1800
|
||||||
</programlisting>
|
</programlisting>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
<literal>service.syncthing.dataDir</literal> options now has to point
|
||||||
|
to exact folder where syncthing is writing to. Example configuration should
|
||||||
|
loook something like:
|
||||||
|
</para>
|
||||||
|
<programlisting>
|
||||||
|
services.syncthing = {
|
||||||
|
enable = true;
|
||||||
|
dataDir = "/home/somebody/.syncthing";
|
||||||
|
user = "somebody";
|
||||||
|
};
|
||||||
|
</programlisting>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue