diff --git a/nixos/romeo/backups.nix b/nixos/romeo/backups.nix index baebe08..e35ae24 100644 --- a/nixos/romeo/backups.nix +++ b/nixos/romeo/backups.nix @@ -7,7 +7,7 @@ let environment.BORG_UNKNOWN_UNENCRYPTED_REPO_ACCESS_IS_OK = "yes"; extraCreateArgs = "--verbose --stats --checkpoint-interval 600"; compression = "zstd,1"; - startAt = "6h"; + startAt = "*-*-* */6:00:00"; prune = lib.mkIf (prune != null) prune; }; borgReposSecrets = libx.getSecretWithDefault ./sensitive.nix "borgRepos" {