backwards: Share org with phone via syncthing

This commit is contained in:
Alexander Heldt
2024-08-31 12:14:19 +02:00
parent 2b6bbc6cab
commit f6b485078a

View File

@@ -18,6 +18,17 @@
};
folders = {
org = {
path = "/home/alex/sync/org";
devices = [ "phone" ];
versioning = {
type = "staggered";
params = {
maxage = "2592000"; # 30 days
};
};
};
"phone-gps" = {
path = "/home/alex/sync/phone-gps";
devices = [ "phone" ];