diff --git a/modules/syncthing.nix b/modules/syncthing.nix index 1157b83..ab13e91 100644 --- a/modules/syncthing.nix +++ b/modules/syncthing.nix @@ -8,18 +8,10 @@ let allDevices = pcDevices ++ touchDevices; commonVersioning = { - type = "staggered"; - params = { - maxAge = "2592000"; # 30 days - cleanInterval = "3600"; # 1 hour - }; - }; - - liteVersioning = { type = "staggered"; params = { maxAge = "604800"; # 7 days - cleanInterval = "3600"; + cleanInterval = "3600"; # 1 hour }; }; @@ -88,7 +80,6 @@ in "Media" = { path = "~/Media"; devices = lib.filter (d: d != "iphone") allDevices; - versioning = liteVersioning; }; }) // (lib.optionalAttrs (lib.elem "Archive" cfg.enabledFolders) {