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:
Sergey Trofimov 2026-01-03 17:51:18 +01:00
parent e68ec94fdb
commit 2739854c85
No known key found for this signature in database
GPG key ID: 3ADB423B40A20785

View file

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