add forks dir to syncthing

This commit is contained in:
jacekpoz 2024-08-02 12:40:14 +02:00
parent aca600b2f0
commit f4f8c31a4e
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8

View file

@ -54,6 +54,17 @@ in {
};
};
};
Forks = {
path = "${homeDirectory}/Forks";
devices = [ "niks" "del" "chmura" ];
versioning = {
type = "staggered";
params = {
cleanInterval = "3600";
maxAge = "15552000";
};
};
};
Studia = {
path = "${homeDirectory}/Studia";
devices = [ "niks" "del" "chmura" ];