aboutsummaryrefslogtreecommitdiff
path: root/hosts/common/server/prometheus.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/common/server/prometheus.nix')
-rw-r--r--hosts/common/server/prometheus.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/common/server/prometheus.nix b/hosts/common/server/prometheus.nix
index d097cff..3c4ab94 100644
--- a/hosts/common/server/prometheus.nix
+++ b/hosts/common/server/prometheus.nix
@@ -62,6 +62,7 @@ in {
repository = "/data/slow/backups/systems";
passwordFile = config.age.secrets.restic-repo-systems.path;
initialize = true;
+ timerConfig = { OnCalendar = "00:25"; };
extraBackupArgs = [ "--tag prometheus" ];
pruneOpts = [ "--keep-daily 7" "--keep-weekly 4" ];
};