syncthing to phone
This commit is contained in:
parent
77ccb88c8b
commit
80c8d5c33c
@ -38,12 +38,24 @@ in
|
||||
miniserver.id = "HDYEGIR-GFU7ONK-MOOJUFH-N3L3XHX-SXWN3FI-O23K6LD-BJENQK5-VIPV2AT";
|
||||
workstation.id = "4E4KJ6M-MSTNBVF-D7CNHDW-DUTB3VR-SXKZ4NH-ZKAOMF5-V24JECJ-4STSZAA";
|
||||
galaxy.id = "UAZ5YDV-YUFBXOY-QMS6S6R-WPIIKZI-4OPPW5L-G4OVUPO-YW5KFYY-YASRAAV";
|
||||
phone.id = "OSOX2VZ-AO2SA3C-BFB6NKF-K6CR6WX-64TDBKW-RRKEKJ4-FKZE5CV-J2RGJAJ";
|
||||
};
|
||||
folders = {
|
||||
cache = {
|
||||
path = "~/Downloads/cache/";
|
||||
ignorePerms = false;
|
||||
devices = [ "galaxy" ];
|
||||
devices = [
|
||||
"galaxy"
|
||||
"phone"
|
||||
];
|
||||
};
|
||||
commissions = {
|
||||
path = "~/Pictures/Art/4me/";
|
||||
ignorePerms = false;
|
||||
devices = [
|
||||
"galaxy"
|
||||
"phone"
|
||||
];
|
||||
};
|
||||
gdl = {
|
||||
path = "~/.config/jawz/";
|
||||
@ -68,7 +80,10 @@ in
|
||||
notes = {
|
||||
path = "~/Documents/";
|
||||
ignorePerms = false;
|
||||
devices = [ "galaxy" ];
|
||||
devices = [
|
||||
"galaxy"
|
||||
"phone"
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user