diff --git a/hosts/pinwheel/modules/syncthing/default.nix b/hosts/pinwheel/modules/syncthing/default.nix index d8b6808..fe54828 100644 --- a/hosts/pinwheel/modules/syncthing/default.nix +++ b/hosts/pinwheel/modules/syncthing/default.nix @@ -73,17 +73,6 @@ }; }; }; - - "time-tracking" = { - path = "/home/alex/sync/time-tracking"; - devices = [ "phone" ]; - versioning = { - type = "staggered"; - params = { - maxAge = "2592000"; # 30 days - }; - }; - }; }; }; }; diff --git a/hosts/sombrero/modules/syncthing/default.nix b/hosts/sombrero/modules/syncthing/default.nix index 2114387..c095864 100644 --- a/hosts/sombrero/modules/syncthing/default.nix +++ b/hosts/sombrero/modules/syncthing/default.nix @@ -89,17 +89,6 @@ in }; }; - "time-tracking" = { - path = "/home/alex/backup/sync/time-tracking"; - devices = [ "phone" ]; - versioning = { - type = "staggered"; - params = { - maxAge = "2592000"; # 30 days - }; - }; - }; - "books" = { path = "/home/alex/backup/books"; devices = [ "pinwheel" ];