From ae3318735e0aad70a6c1473044faebe758046f23 Mon Sep 17 00:00:00 2001 From: Myned Date: Wed, 26 Feb 2025 21:44:57 -0600 Subject: [PATCH] chore: add todo Signed-off-by: Myned --- options/custom/services/syncthing.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/options/custom/services/syncthing.nix b/options/custom/services/syncthing.nix index b22947f..d2caab5 100644 --- a/options/custom/services/syncthing.nix +++ b/options/custom/services/syncthing.nix @@ -27,6 +27,7 @@ in { user = mkOption {default = config.custom.username;}; group = mkOption {default = "users";}; + # TODO: Use staggered versioning versioning = mkOption { default = { params.cleanoutDays = "7";