services: cuirass: Fix syntax error.
This is a follow-up of 189e62fa69
.
* gnu/services/cuirass.scm (<cuirass-remote-server-configuration>): Fix
syntax.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
This commit is contained in:
parent
b7389f0db5
commit
8d8bbe7c63
@ -24,6 +24,7 @@
|
||||
(define-module (gnu services cuirass)
|
||||
#:use-module (guix gexp)
|
||||
#:use-module (guix records)
|
||||
#:use-module (guix utils)
|
||||
#:use-module (gnu packages admin)
|
||||
#:use-module (gnu packages ci)
|
||||
#:use-module (gnu packages version-control)
|
||||
@ -292,7 +293,7 @@
|
||||
(workers cuirass-remote-worker-workers ;int
|
||||
(default 1))
|
||||
(systems cuirass-remote-worker-systems ;list
|
||||
(list (%current-system)))
|
||||
(default (list (%current-system))))
|
||||
(log-file cuirass-remote-worker-log-file ;string
|
||||
(default "/var/log/cuirass-remote-worker.log"))
|
||||
(publish-port cuirass-remote-worker-configuration-publish-port ;int
|
||||
|
Loading…
Reference in New Issue
Block a user