add TODO dir to syncthing

This commit is contained in:
jacekpoz 2024-06-08 18:16:56 +02:00
parent e9944e0018
commit abe78cb6c1
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8

View file

@ -152,6 +152,17 @@ in {
};
};
};
TODO = {
path = "${homeDirectory}/TODO";
devices = [ "niks" "del" "chmura" ];
versioning = {
type = "staggered";
params = {
cleanInterval = "3600";
maxAge = "15552000";
};
};
};
};
} // cfg.extraSettings;
};