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