2
0
Fork 0
mirror of git://git.savannah.gnu.org/guix/maintenance.git synced 2023-12-14 03:33:04 +01:00

hydra: build-machines: Fix configuration of mcron-service-type.

This is a follow-up to commit
44674b7044.

* hydra/modules/sysadmin/build-machines.scm (berlin-build-machine-os):
Pass mcron-configuration to mcron-service-type.
This commit is contained in:
Ricardo Wurmus 2019-07-17 12:24:24 +02:00
parent 129efec9f5
commit 72dafe31d0
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -145,7 +145,9 @@ AUTHORIZED-GUIX-KEYS."
(zabbix-agent-configuration
(server '("141.80.167.131"))
(server-active '("141.80.167.131"))))
(service mcron-service-type (list gc-job))
(service mcron-service-type
(mcron-configuration
(jobs (list gc-job))))
(service qemu-binfmt-service-type
(qemu-binfmt-configuration
(platforms (lookup-qemu-platforms "arm" "aarch64"))