correct syncthing path

This commit is contained in:
2026-07-09 15:04:41 +02:00
parent 30ef728bfb
commit 394875d823
+1 -1
View File
@@ -24,7 +24,7 @@
folders = {
"Sync" = {
# 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
ignorePerms = false; # By default, Syncthing doesn't sync file permissions. This line enables it for this folder.
};