diff --git a/modules/services/nas/syncthing.nix b/modules/services/nas/syncthing.nix index e26954f..80a8a64 100644 --- a/modules/services/nas/syncthing.nix +++ b/modules/services/nas/syncthing.nix @@ -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. };