add syncthing

This commit is contained in:
gwg313 2026-04-20 15:54:54 -04:00
parent 28e9fba686
commit 2d1cc02293
Signed by: gwg313
GPG key ID: 60FF63B4826B7400
5 changed files with 140 additions and 1 deletions

View file

@ -62,7 +62,19 @@
};
"zettelkasten" = {
path = "/home/gwg313/zettelkasten/";
path = "/home/gwg313/my-notes/";
devices = [ "grymforge" ];
versioning = {
type = "staggered";
params = {
cleanInterval = "3600";
maxAge = "15768000";
};
};
};
"nix-config" = {
path = "/home/gwg313/nix-config/";
devices = [ "grymforge" ];
versioning = {
type = "staggered";