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" = { "phone-gps" = {
path = "/home/alex/sync/phone-gps"; path = "/home/alex/sync/phone-gps";
devices = [ "phone" ]; devices = [ "phone" ];

View File

@@ -44,7 +44,7 @@
work = { work = {
path = "/home/alex/sync/work"; path = "/home/alex/sync/work";
devices = [ "sombrero" ]; devices = [ "sombrero" "backwards" ];
versioning = { versioning = {
type = "staggered"; type = "staggered";
params = { params = {