Skip to content

Commit

Permalink
[carcosa] Enable a weekly restic-check job
Browse files Browse the repository at this point in the history
This will flag any metadata corruption in the repository.
  • Loading branch information
barrucadu committed Jan 27, 2024
1 parent 739f275 commit a8a0b2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hosts/carcosa/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ in

nixfiles.restic-backups.enable = true;
nixfiles.restic-backups.environmentFile = config.sops.secrets."nixfiles/restic-backups/env".path;
nixfiles.restic-backups.checkRepositoryAt = "Wed, 12:00";
nixfiles.restic-backups.backups.github = {
# TODO: this will break when I have >100 github repos
# TODO: use a backup-specific SSH key?
Expand Down

0 comments on commit a8a0b2d

Please sign in to comment.