backwards: Share org with phone via syncthing
This commit is contained in:
@@ -18,6 +18,17 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
folders = {
|
folders = {
|
||||||
|
org = {
|
||||||
|
path = "/home/alex/sync/org";
|
||||||
|
devices = [ "phone" ];
|
||||||
|
versioning = {
|
||||||
|
type = "staggered";
|
||||||
|
params = {
|
||||||
|
maxage = "2592000"; # 30 days
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
"phone-gps" = {
|
"phone-gps" = {
|
||||||
path = "/home/alex/sync/phone-gps";
|
path = "/home/alex/sync/phone-gps";
|
||||||
devices = [ "phone" ];
|
devices = [ "phone" ];
|
||||||
|
|||||||
Reference in New Issue
Block a user