backwards/pinwheel: Share personal via syncthing

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

View File

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