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