mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
1 changed files with 2 additions and 1 deletions
|
@ -24,6 +24,7 @@
|
||||||
(define-module (gnu services cuirass)
|
(define-module (gnu services cuirass)
|
||||||
#:use-module (guix gexp)
|
#:use-module (guix gexp)
|
||||||
#:use-module (guix records)
|
#:use-module (guix records)
|
||||||
|
#:use-module (guix utils)
|
||||||
#:use-module (gnu packages admin)
|
#:use-module (gnu packages admin)
|
||||||
#:use-module (gnu packages ci)
|
#:use-module (gnu packages ci)
|
||||||
#:use-module (gnu packages version-control)
|
#:use-module (gnu packages version-control)
|
||||||
|
@ -292,7 +293,7 @@
|
||||||
(workers cuirass-remote-worker-workers ;int
|
(workers cuirass-remote-worker-workers ;int
|
||||||
(default 1))
|
(default 1))
|
||||||
(systems cuirass-remote-worker-systems ;list
|
(systems cuirass-remote-worker-systems ;list
|
||||||
(list (%current-system)))
|
(default (list (%current-system))))
|
||||||
(log-file cuirass-remote-worker-log-file ;string
|
(log-file cuirass-remote-worker-log-file ;string
|
||||||
(default "/var/log/cuirass-remote-worker.log"))
|
(default "/var/log/cuirass-remote-worker.log"))
|
||||||
(publish-port cuirass-remote-worker-configuration-publish-port ;int
|
(publish-port cuirass-remote-worker-configuration-publish-port ;int
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue