From b898a9b5fc102edb7de246791301ae558bc0779e Mon Sep 17 00:00:00 2001 From: jacekpoz Date: Sat, 15 Jun 2024 21:33:50 +0200 Subject: [PATCH] move todo file to Notes --- modules/services/syncthing.nix | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/modules/services/syncthing.nix b/modules/services/syncthing.nix index ec16797..1394f56 100644 --- a/modules/services/syncthing.nix +++ b/modules/services/syncthing.nix @@ -152,17 +152,6 @@ in { }; }; }; - TODO = { - path = "${homeDirectory}/TODO"; - devices = [ "niks" "del" "chmura" ]; - versioning = { - type = "staggered"; - params = { - cleanInterval = "3600"; - maxAge = "15552000"; - }; - }; - }; }; } // cfg.extraSettings; };