diff --git a/hosts/backwards/modules/syncthing/default.nix b/hosts/backwards/modules/syncthing/default.nix index b424fe2..bda67a9 100644 --- a/hosts/backwards/modules/syncthing/default.nix +++ b/hosts/backwards/modules/syncthing/default.nix @@ -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" ]; diff --git a/hosts/pinwheel/modules/syncthing/default.nix b/hosts/pinwheel/modules/syncthing/default.nix index 7063326..fe390cd 100644 --- a/hosts/pinwheel/modules/syncthing/default.nix +++ b/hosts/pinwheel/modules/syncthing/default.nix @@ -44,7 +44,7 @@ work = { path = "/home/alex/sync/work"; - devices = [ "sombrero" ]; + devices = [ "sombrero" "backwards" ]; versioning = { type = "staggered"; params = {