correct syncthing path
This commit is contained in:
@@ -24,7 +24,7 @@
|
|||||||
folders = {
|
folders = {
|
||||||
"Sync" = {
|
"Sync" = {
|
||||||
# Name of folder in Syncthing, also the folder ID
|
# Name of folder in Syncthing, also the folder ID
|
||||||
path = "/mnt/Mars/${config.services.syncthing.user}/Sync"; # Which folder to add to Syncthing
|
path = "/mnt/Mars/Sync"; # Which folder to add to Syncthing
|
||||||
devices = ["hades.home.opel-online.de" "lifebook.home.opel-online.de"]; # Which devices to share the folder with
|
devices = ["hades.home.opel-online.de" "lifebook.home.opel-online.de"]; # Which devices to share the folder with
|
||||||
ignorePerms = false; # By default, Syncthing doesn't sync file permissions. This line enables it for this folder.
|
ignorePerms = false; # By default, Syncthing doesn't sync file permissions. This line enables it for this folder.
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user