mirror of
https://github.com/nix-community/home-manager
synced 2024-11-23 11:39:46 +01:00
deploy: 2846d5230a
This commit is contained in:
parent
f059cc9f2f
commit
aa002e816e
1 changed files with 4 additions and 4 deletions
|
@ -26377,10 +26377,10 @@ null or string</p>
|
|||
<p>Set the synchronisation interval.</p>
|
||||
|
||||
<p><span class="emphasis"><em>Type:</em></span>
|
||||
one of <null>, “disabled”, “5m”, “10m”, “30m”, “1h”, “12h”, “1d”</p>
|
||||
one of “undefined”, “disabled”, “5m”, “10m”, “30m”, “1h”, “12h”, “1d”</p>
|
||||
|
||||
<p><span class="emphasis"><em>Default:</em></span>
|
||||
<code class="literal">null</code></p>
|
||||
<code class="literal">"undefined"</code></p>
|
||||
|
||||
<p><span class="emphasis"><em>Example:</em></span>
|
||||
<code class="literal">"10m"</code></p>
|
||||
|
@ -26404,10 +26404,10 @@ one of <null>, “disabled”, “5m”, “10m”, “30m”, “1h”,
|
|||
<p>What is the type of sync target.</p>
|
||||
|
||||
<p><span class="emphasis"><em>Type:</em></span>
|
||||
one of <null>, “none”, “file-system”, “onedrive”, “nextcloud”, “webdav”, “dropbox”, “s3”, “joplin-server”, “joplin-cloud”</p>
|
||||
one of “undefined”, “none”, “file-system”, “onedrive”, “nextcloud”, “webdav”, “dropbox”, “s3”, “joplin-server”, “joplin-cloud”</p>
|
||||
|
||||
<p><span class="emphasis"><em>Default:</em></span>
|
||||
<code class="literal">null</code></p>
|
||||
<code class="literal">"undefined"</code></p>
|
||||
|
||||
<p><span class="emphasis"><em>Example:</em></span>
|
||||
<code class="literal">"dropbox"</code></p>
|
||||
|
|
Loading…
Reference in a new issue