sync/share: add new machines to syncthing config

This commit is contained in:
makefu 2024-05-31 10:51:07 +02:00
parent 784780d7fc
commit 6d693fdc1b
No known key found for this signature in database
GPG key ID: 36F7711F3FC0F225
3 changed files with 14 additions and 4 deletions

View file

@ -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" ];
};
};
}

View file

@ -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" ];
};
};
}

View file

@ -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" ];
};
};
}