From 2a417a08526e2e35c5eba92bc033e837bf960309 Mon Sep 17 00:00:00 2001 From: jacekpoz Date: Tue, 9 Apr 2024 01:44:39 +0200 Subject: [PATCH] add the poz to syncthing --- modules/services/syncthing.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/modules/services/syncthing.nix b/modules/services/syncthing.nix index 4da7483..2152437 100644 --- a/modules/services/syncthing.nix +++ b/modules/services/syncthing.nix @@ -104,6 +104,17 @@ in { }; }; }; + jacekpoz = { + path = "${homeDirectory}/jacekpoz"; + devices = [ "niks" "del" "chmura" ]; + versioning = { + type = "staggered"; + params = { + cleanInterval = "3600"; + maxAge = "15552000"; + }; + }; + }; }; } // cfg.extraSettings; };