mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-28 19:56:59 -06:00
services: syncthing: Fix typo in file name.
This is a followup to commit 651f8765b6
* gnu/services/syncthing.scm (syncthing-files-service): Fix typo.
Change-Id: I55d1d480d356f41e65b85f8503ceb38c5c1a021b
This commit is contained in:
parent
5ccae0d1bf
commit
8bc831325a
1 changed files with 2 additions and 2 deletions
|
|
@ -539,13 +539,13 @@
|
|||
;; When used as a system service, this service might be executed
|
||||
;; before a user's home even exists, causing it to be owned by root,
|
||||
;; and the skeletons to never be applied to that user's home. In such
|
||||
;; cases, put the config at /var/lib/syncthnig-<user>/config.xml
|
||||
;; cases, put the config at /var/lib/syncthing-<user>/config.xml
|
||||
`((,(if home-service?
|
||||
".config/syncthing/config.xml"
|
||||
(string-append "/var/lib/syncthing-" user "/config.xml"))
|
||||
,(if (file-like? config-file)
|
||||
config-file
|
||||
(plain-file "syncthin-config.xml" (serialize-syncthing-config-file
|
||||
(plain-file "syncthing-config.xml" (serialize-syncthing-config-file
|
||||
config-file)))))
|
||||
'())))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue