operating-systems: buer: shepherd-services: Rename snapshot-@home to snapshot-/home

main
Luis Guilherme Coelho 2024-11-28 09:12:00 -03:00
parent 4b311e74de
commit b31747d9f6
No known key found for this signature in database
GPG Key ID: 1F2E76ACE3F531C8
1 changed files with 3 additions and 3 deletions

View File

@ -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))