From 752849f4345212ad97b6d90142ccae0ddea8e797 Mon Sep 17 00:00:00 2001 From: cy Date: Mon, 6 Jan 2025 18:43:50 -0500 Subject: [PATCH] Revert "rsync.net cutoff" This reverts commit 5c7d5ee4f2e7ca76435c820d45ce2a58af7060d8. --- hosts/chunk/backup.nix | 2 +- hosts/chunk/default.nix | 3 +++ hosts/titan/backup.nix | 2 +- hosts/ytnix/default.nix | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/hosts/chunk/backup.nix b/hosts/chunk/backup.nix index 8f5c23f..e30c306 100644 --- a/hosts/chunk/backup.nix +++ b/hosts/chunk/backup.nix @@ -4,7 +4,7 @@ }: { my.backup = { - enable = false; + enable = true; jobName = "crashRsync"; paths = [ "/var/backup" diff --git a/hosts/chunk/default.nix b/hosts/chunk/default.nix index 811901a..f9daba8 100644 --- a/hosts/chunk/default.nix +++ b/hosts/chunk/default.nix @@ -11,6 +11,7 @@ ./hardware-configuration.nix ./gitlab.nix ./backup.nix + ./rclone.nix ./postgres.nix ./wireguard.nix ./adguard.nix @@ -21,7 +22,9 @@ ./wireguard.nix ./grafana.nix ./conduwuit.nix + ./immich.nix ./element.nix + ./attic.nix ]; sops.age.keyFile = "/root/.config/sops/age/keys.txt"; diff --git a/hosts/titan/backup.nix b/hosts/titan/backup.nix index ab0631e..ad09978 100644 --- a/hosts/titan/backup.nix +++ b/hosts/titan/backup.nix @@ -4,7 +4,7 @@ }: { my.backup = { - enable = false; + enable = true; jobName = "titanRsync"; repo = "titan"; passFile = config.sops.secrets."borg/rsyncnet".path; diff --git a/hosts/ytnix/default.nix b/hosts/ytnix/default.nix index 15e62c7..fbbeeb3 100644 --- a/hosts/ytnix/default.nix +++ b/hosts/ytnix/default.nix @@ -205,7 +205,7 @@ }; my.backup = { - enable = false; + enable = true; jobName = "ytnixRsync"; exclude = [ "/var/lib/private/ollama"