fix clip permissions syncthing
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user