add the poz to syncthing

This commit is contained in:
jacekpoz 2024-04-09 01:44:39 +02:00
parent 87f3b104f6
commit 2a417a0852
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8

View file

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