syncthing to phone

This commit is contained in:
Danilo Reyes 2025-07-21 22:25:35 -06:00
parent 77ccb88c8b
commit 80c8d5c33c

View File

@ -38,12 +38,24 @@ in
miniserver.id = "HDYEGIR-GFU7ONK-MOOJUFH-N3L3XHX-SXWN3FI-O23K6LD-BJENQK5-VIPV2AT"; miniserver.id = "HDYEGIR-GFU7ONK-MOOJUFH-N3L3XHX-SXWN3FI-O23K6LD-BJENQK5-VIPV2AT";
workstation.id = "4E4KJ6M-MSTNBVF-D7CNHDW-DUTB3VR-SXKZ4NH-ZKAOMF5-V24JECJ-4STSZAA"; workstation.id = "4E4KJ6M-MSTNBVF-D7CNHDW-DUTB3VR-SXKZ4NH-ZKAOMF5-V24JECJ-4STSZAA";
galaxy.id = "UAZ5YDV-YUFBXOY-QMS6S6R-WPIIKZI-4OPPW5L-G4OVUPO-YW5KFYY-YASRAAV"; galaxy.id = "UAZ5YDV-YUFBXOY-QMS6S6R-WPIIKZI-4OPPW5L-G4OVUPO-YW5KFYY-YASRAAV";
phone.id = "OSOX2VZ-AO2SA3C-BFB6NKF-K6CR6WX-64TDBKW-RRKEKJ4-FKZE5CV-J2RGJAJ";
}; };
folders = { folders = {
cache = { cache = {
path = "~/Downloads/cache/"; path = "~/Downloads/cache/";
ignorePerms = false; ignorePerms = false;
devices = [ "galaxy" ]; devices = [
"galaxy"
"phone"
];
};
commissions = {
path = "~/Pictures/Art/4me/";
ignorePerms = false;
devices = [
"galaxy"
"phone"
];
}; };
gdl = { gdl = {
path = "~/.config/jawz/"; path = "~/.config/jawz/";
@ -68,7 +80,10 @@ in
notes = { notes = {
path = "~/Documents/"; path = "~/Documents/";
ignorePerms = false; ignorePerms = false;
devices = [ "galaxy" ]; devices = [
"galaxy"
"phone"
];
}; };
}; };
}; };