diff --git a/modules/services/syncthing.nix b/modules/services/syncthing.nix index aa4eb79..ee5e6ef 100644 --- a/modules/services/syncthing.nix +++ b/modules/services/syncthing.nix @@ -77,11 +77,19 @@ in }; folders = { cache = mkMobile "~/Downloads/cache/"; - clip = mkMobile "~/Pictures/Art/current clip files/"; friends = mkMobile "~/Pictures/Artist/friends/"; forme = mkMobile "~/Pictures/Art for me/"; comfy = mkMobile "~/Development/AI/ComfyUI/output/"; clean = mkMobile "~/Pictures/Unorganized/unified mess/sync"; + clip = { + path = "~/Pictures/Art/current clip files/"; + ignorePerms = false; + devices = [ + "server" + "miniserver" + "workstation" + ]; + }; gdl = { path = "~/.config/jawz/"; ignorePerms = false;