backwards/pinwheel: Share work via syncthing

This commit is contained in:
Alexander Heldt
2024-08-31 12:37:35 +02:00
parent f65f680042
commit 9bb2b487dd
2 changed files with 12 additions and 1 deletions

View File

@@ -43,6 +43,17 @@
};
};
work = {
path = "/home/alex/sync/work";
devices = [ "pinwheel" ];
versioning = {
type = "staggered";
params = {
maxAge = "2592000"; # 30 days
};
};
};
"phone-gps" = {
path = "/home/alex/sync/phone-gps";
devices = [ "phone" ];