diff --git a/nix/configurations/vanadium/nixos/restic.nix b/nix/configurations/vanadium/nixos/restic.nix index 4254bcfc..b7d7bc5e 100644 --- a/nix/configurations/vanadium/nixos/restic.nix +++ b/nix/configurations/vanadium/nixos/restic.nix @@ -7,20 +7,22 @@ "--keep-yearly 10" ]; in { - "backblaze" = { - paths = [ - "/home/leana/Documents" - "/home/leana/Calibre" - ]; - - passwordFile = config.age.secrets.restic_backblaze_pwd.path; - repositoryFile = config.age.secrets.restic_backblaze_repo.path; - environmentFile = config.age.secrets.restic_backblaze_env.path; - - timerConfig = null; - - inherit pruneOpts; - }; + # # Disabled for now, it hits the daily transfer cap every midnight + # + # "backblaze" = { + # paths = [ + # "/home/leana/Documents" + # "/home/leana/Calibre" + # ]; + # + # passwordFile = config.age.secrets.restic_backblaze_pwd.path; + # repositoryFile = config.age.secrets.restic_backblaze_repo.path; + # environmentFile = config.age.secrets.restic_backblaze_env.path; + # + # timerConfig = null; + # + # inherit pruneOpts; + # }; "four" = { paths = [