sync/share: add new machines to syncthing config
This commit is contained in:
parent
784780d7fc
commit
6d693fdc1b
|
@ -4,7 +4,12 @@
|
|||
manga = {
|
||||
path = "/media/cloud/download/manga/live/";
|
||||
id = "makefu-manga";
|
||||
devices = [ "gum" "makefu-ebook" ];
|
||||
devices = [ "omo" "makefu-ebook" "makefu-phone" "x" ];
|
||||
};
|
||||
download = {
|
||||
path = "/media/cloud/download/";
|
||||
id = "makefu-download";
|
||||
devices = [ "omo" ];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -6,9 +6,14 @@
|
|||
devices = [ "mors" "prism" ];
|
||||
};
|
||||
manga = {
|
||||
path = "/media/silent/manga";
|
||||
path = "/media/crypt1/download/manga/live";
|
||||
id = "makefu-manga";
|
||||
devices = [ "gum" "makefu-ebook" ];
|
||||
devices = [ "gum" "makefu-ebook" "makefu-phone" "x" ];
|
||||
};
|
||||
download = {
|
||||
path = "/media/crypt1/download";
|
||||
id = "makefu-download";
|
||||
devices = [ "gum" ];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
manga = {
|
||||
path = "/home/makefu/manga/live";
|
||||
id = "makefu-manga";
|
||||
devices = [ "gum" "makefu-ebook" ];
|
||||
devices = [ "omo" "gum" "makefu-ebook" "makefu-phone" "x" ];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue