pinwheel: Sync phone-gps and time-tracking

This commit is contained in:
Alexander Heldt
2023-08-09 12:09:04 +02:00
parent 3453182494
commit 66f306e166

View File

@@ -162,6 +162,28 @@
};
};
};
"phone-gps" = {
path = "/home/alex/sync/phone-gps";
devices = [ "phone" ];
versioning = {
type = "staggered";
params = {
maxAge = "2592000"; # 30 days
};
};
};
"time-tracking" = {
path = "/home/alex/sync/time-tracking";
devices = [ "phone" ];
versioning = {
type = "staggered";
params = {
maxAge = "2592000"; # 30 days
};
};
};
};
};
};