mirror of https://codeberg.org/anemofilia/zero
operating-systems: buer: shepherd-services: Rename snapshot-@home to snapshot-/home
parent
4b311e74de
commit
b31747d9f6
|
@ -4,7 +4,7 @@
|
|||
#:use-module (shepherd service repl)
|
||||
#:use-module (shepherd service timer)
|
||||
|
||||
#:export (guix-gc snapshot-@home repl timer))
|
||||
#:export (guix-gc snapshot-/home repl timer))
|
||||
|
||||
#|Repl|#
|
||||
(define repl
|
||||
|
@ -34,9 +34,9 @@ next calendar event.")))
|
|||
(stop #~(make-timer-destructor))
|
||||
(actions (list timer-trigger-action))))
|
||||
|
||||
(define snapshot-@home
|
||||
(define* snapshot-/home
|
||||
(shepherd-service
|
||||
(provision '(snapshot-@home))
|
||||
(provision '(snapshot-/home))
|
||||
(modules '((shepherd service timer)))
|
||||
(start #~(make-timer-constructor
|
||||
(calendar-event #:days-of-month '(1 15))
|
||||
|
|
Loading…
Reference in New Issue