From 394875d82316a927b49200967db0dde42f4ce495 Mon Sep 17 00:00:00 2001 From: Kabbone Date: Thu, 9 Jul 2026 15:04:41 +0200 Subject: [PATCH] correct syncthing path --- modules/services/nas/syncthing.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. };