feat: add syncthing

add codes

fix: change restic directories

syncthing
This commit is contained in:
gwg313 2024-02-18 15:00:40 -05:00
commit a9df4938e3
Signed by: gwg313
GPG key ID: 60FF63B4826B7400
6 changed files with 76 additions and 2 deletions

View file

@ -17,7 +17,7 @@
settings = {
devices = {
"grymforge" = {id = "REALLY-LONG-LAPTOP-SYNCTHING-KEY-HERE";};
"grymforge" = {id = "N2TYFZ4-ODIIHIZ-UP27V4V-NYMAZNI-SIATS5S-5NTM6JX-A67HCZ5-ZB4TVQJ";};
};
folders = {
@ -43,6 +43,17 @@
};
};
};
"obsidian" = {
path = "/home/gwg313/vault";
devices = ["grymforge"];
versioning = {
type = "staggered";
params = {
cleanInterval = "3600";
maxAge = "15768000";
};
};
};
};
};
};