From b71545a1525f42b97a3649ccf3bd409e45dd6d05 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 7 May 2023 16:14:26 +0200 Subject: [PATCH] default value for keep.within --- k8s-gitlab-borg.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/k8s-gitlab-borg.nix b/k8s-gitlab-borg.nix index 9ef0492..18c482d 100644 --- a/k8s-gitlab-borg.nix +++ b/k8s-gitlab-borg.nix @@ -85,6 +85,7 @@ in { services.k8s-gitlab-borg.config = { k8s-gitlab-borg.timezone = mkIf (config.time.timeZone != null) config.time.timeZone; + keep.within = "15min"; keep."4h".count = 6; keep.daily.count = 7;