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

View File

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