summaryrefslogtreecommitdiff
path: root/gnu/services/syncthing.scm
diff options
context:
space:
mode:
authorSergey Trofimov <sarg@sarg.org.ru>2026-07-08 07:49:32 +0200
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-07-08 22:55:19 +0100
commit2977beee11997044735cb30edffd303538578e99 (patch)
tree5e5ff6f86ba44aa343261cc1cfcc6ef8c8315dd0 /gnu/services/syncthing.scm
parent4fb545a30cb3b1c5f546fef2b259ab6470d413de (diff)
services: syncthing: Update configuration file version.
* gnu/services/syncthing.scm: (<syncthing-config-file>, <syncthing-folder>, syncthing-config-file->sxml): Align for config version 52. * gnu/packages/syncthing.scm (syncthing): Add a comment to refresh configuration file version during update of the package. Merges: guix/guix!9822 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/services/syncthing.scm')
-rw-r--r--gnu/services/syncthing.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/services/syncthing.scm b/gnu/services/syncthing.scm
index 96bf79bb7a5..577672ab0c5 100644
--- a/gnu/services/syncthing.scm
+++ b/gnu/services/syncthing.scm
@@ -155,7 +155,7 @@
155 (marker-name syncthing-folder-marker-name (default ".stfolder")) 155 (marker-name syncthing-folder-marker-name (default ".stfolder"))
156 (copy-ownership-from-parent? syncthing-folder-copy-ownership-from-parent? (default #f)) 156 (copy-ownership-from-parent? syncthing-folder-copy-ownership-from-parent? (default #f))
157 (mod-time-window-seconds syncthing-folder-mod-time-window-seconds (default 0)) 157 (mod-time-window-seconds syncthing-folder-mod-time-window-seconds (default 0))
158 (max-concurrent-writes syncthing-folder-max-concurrent-writes (default 2)) 158 (max-concurrent-writes syncthing-folder-max-concurrent-writes (default 16))
159 (disable-fsync? syncthing-folder-disable-fsync? (default #f)) 159 (disable-fsync? syncthing-folder-disable-fsync? (default #f))
160 (block-pull-order syncthing-folder-block-pull-order (default "standard")) 160 (block-pull-order syncthing-folder-block-pull-order (default "standard"))
161 (copy-range-method syncthing-folder-copy-range-method (default "standard")) 161 (copy-range-method syncthing-folder-copy-range-method (default "standard"))
@@ -280,7 +280,7 @@
280 (local-announce-mac-address syncthing-config-local-announce-mac-address (default "[ff12::8384]:21027")) 280 (local-announce-mac-address syncthing-config-local-announce-mac-address (default "[ff12::8384]:21027"))
281 (max-send-kbps syncthing-config-max-send-kbps (default 0)) 281 (max-send-kbps syncthing-config-max-send-kbps (default 0))
282 (max-receive-kbps syncthing-config-max-receive-kbps (default 0)) 282 (max-receive-kbps syncthing-config-max-receive-kbps (default 0))
283 (reconnection-interval-seconds syncthing-config-reconnection-interval-seconds (default 60)) 283 (reconnection-interval-seconds syncthing-config-reconnection-interval-seconds (default 20))
284 (relays-enabled? syncthing-config-relays-enabled? (default #t)) 284 (relays-enabled? syncthing-config-relays-enabled? (default #t))
285 (relay-reconnect-interval-minutes syncthing-config-relay-reconnect-interval-minutes (default 10)) 285 (relay-reconnect-interval-minutes syncthing-config-relay-reconnect-interval-minutes (default 10))
286 (start-browser? syncthing-config-start-browser? (default #t)) 286 (start-browser? syncthing-config-start-browser? (default #t))
@@ -364,7 +364,7 @@
364 connection-priority-quic-wan connection-priority-relay 364 connection-priority-quic-wan connection-priority-relay
365 connection-priority-upgrade-threshold default-folder default-device 365 connection-priority-upgrade-threshold default-folder default-device
366 default-ignores) 366 default-ignores)
367 `(configuration (@ (version "37")) 367 `(configuration (@ (version "52"))
368 ,@(map syncthing-folder->sxml 368 ,@(map syncthing-folder->sxml
369 folders) 369 folders)
370 ;; collect any devices in any folders, as well as any 370 ;; collect any devices in any folders, as well as any