mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
services: virtual-build-machine: Fix typo in GC job configuration.
* gnu/services/virtualization.scm (gc-service-type): Use make-timer-destructor as stop procedure. Change-Id: I94b2cac0b03cbf1b5add7e5554567907a982c58e
This commit is contained in:
parent
e68ec94fdb
commit
2739854c85
1 changed files with 1 additions and 1 deletions
|
|
@ -1336,7 +1336,7 @@ that will be listening to receive secret keys on ADDRESS."
|
|||
(command
|
||||
'("/run/current-system/profile/bin/guix" "gc" "-F2G"))
|
||||
#:wait-for-termination? #t))
|
||||
(stop #~(make-timer-constructor))
|
||||
(stop #~(make-timer-destructor))
|
||||
(actions (list shepherd-trigger-action))))
|
||||
#t
|
||||
(description "Periodically collect garbage.")))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue