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

@ -13,7 +13,7 @@
repository = "/backups";
initialize = true;
passwordFile = "${config.sops.secrets.restic_key.path}";
paths = ["/home/${user}/Projects" "/home/${user}/Documents" "/home/${user}/.local/share/password-store" "/home/${user}/.local/share/buku"];
paths = ["/home/${user}/repos" "/home/${user}/Documents" "/home/${user}/.local/share/password-store" "/home/${user}/.local/share/buku"];
timerConfig = {
onCalendar = "saturday 23:00";
};