From 31f4e5e991553708452e84ae4bc1a5ec82a42cfd Mon Sep 17 00:00:00 2001 From: Luis Guilherme Coelho Date: Thu, 28 Nov 2024 09:12:42 -0300 Subject: [PATCH] operating-systems: buer: shepherd-services: Specify hours and minutes in snapshot-/home timer calendar-event --- operating-systems/buer/shepherd-services.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/operating-systems/buer/shepherd-services.scm b/operating-systems/buer/shepherd-services.scm index 11cbd63..a31da28 100644 --- a/operating-systems/buer/shepherd-services.scm +++ b/operating-systems/buer/shepherd-services.scm @@ -39,7 +39,9 @@ next calendar event."))) (provision '(snapshot-/home)) (modules '((shepherd service timer))) (start #~(make-timer-constructor - (calendar-event #:days-of-month '(1 15)) + (calendar-event #:days-of-month '(1 15) + #:hours '(8 14 20) + #:minutes '(0)) (lambda () (let ((btrfs "/run/current-system/profile/bin/btrfs") (date (strftime "%Y-%m-%d" (localtime (current-time)))))