fix clip permissions syncthing

This commit is contained in:
Danilo Reyes
2026-02-21 14:29:11 -06:00
parent eedc3180e4
commit 038e7af65e

View File

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