From a8a0b2dc940acacf0e326b5cfa9f05491f632805 Mon Sep 17 00:00:00 2001 From: Michael Walker Date: Fri, 26 Jan 2024 23:59:39 +0000 Subject: [PATCH] [carcosa] Enable a weekly restic-check job This will flag any metadata corruption in the repository. --- hosts/carcosa/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/carcosa/configuration.nix b/hosts/carcosa/configuration.nix index d128b9d6..2846c83d 100644 --- a/hosts/carcosa/configuration.nix +++ b/hosts/carcosa/configuration.nix @@ -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?