From 77e40135c5fec3ca25f6ecb44f5106f915e4e9ac Mon Sep 17 00:00:00 2001 From: kenny Date: Sun, 11 Jan 2026 13:45:05 +0200 Subject: [PATCH] Added staggered file versioning on brain_zero puter --- hosts/puter/syncthing.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hosts/puter/syncthing.nix b/hosts/puter/syncthing.nix index 12a2fab..5b5bc29 100644 --- a/hosts/puter/syncthing.nix +++ b/hosts/puter/syncthing.nix @@ -33,6 +33,12 @@ path = "/home/user/brain_zero/"; # Which folder to add to Syncthing devices = ["phone" "cloudhaus"]; # Which devices to share the folder with ignores = [".obsidian/workspace-mobile.json" ".obsidian/workspace.json"]; + versioning = { + type = "staggered"; + params = { + maxAge = "0"; + }; + }; }; "brain_zero_readonly" = { # Name of folder in Syncthing, also the folder ID