From 038e7af65ef9e271818cbab272b8ad679681b7b4 Mon Sep 17 00:00:00 2001 From: Danilo Reyes Date: Sat, 21 Feb 2026 14:29:11 -0600 Subject: [PATCH] fix clip permissions syncthing --- modules/services/syncthing.nix | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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;