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 repl)
|
||||||
#:use-module (shepherd service timer)
|
#:use-module (shepherd service timer)
|
||||||
|
|
||||||
#:export (guix-gc snapshot-@home repl timer))
|
#:export (guix-gc snapshot-/home repl timer))
|
||||||
|
|
||||||
#|Repl|#
|
#|Repl|#
|
||||||
(define repl
|
(define repl
|
||||||
|
@ -34,9 +34,9 @@ next calendar event.")))
|
||||||
(stop #~(make-timer-destructor))
|
(stop #~(make-timer-destructor))
|
||||||
(actions (list timer-trigger-action))))
|
(actions (list timer-trigger-action))))
|
||||||
|
|
||||||
(define snapshot-@home
|
(define* snapshot-/home
|
||||||
(shepherd-service
|
(shepherd-service
|
||||||
(provision '(snapshot-@home))
|
(provision '(snapshot-/home))
|
||||||
(modules '((shepherd service timer)))
|
(modules '((shepherd service timer)))
|
||||||
(start #~(make-timer-constructor
|
(start #~(make-timer-constructor
|
||||||
(calendar-event #:days-of-month '(1 15))
|
(calendar-event #:days-of-month '(1 15))
|
||||||
|
|
Loading…
Reference in New Issue