1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-22 17:16:01 +02:00

services: nar-herder: Fix the control options.

* gnu/services/guix.scm (nar-herder-shepherd-services): Fix the control
server options.

Change-Id: Iae17300f7ae6dffb0905936389b49032e763c401
This commit is contained in:
Christopher Baines
2025-10-25 10:43:01 +01:00
parent 3cd1c8769c
commit 7fe4645cb7
+4 -2
View File
@@ -984,8 +984,10 @@ ca-certificates.crt file in the system profile."
"--pid-file=/var/run/nar-herder/pid"
#$(string-append "--port=" (number->string port))
#$(string-append "--host=" host)
#$(string-append "--control-port=" (number->string port))
#$(string-append "--control-host=" host)
#$(string-append "--control-port="
(number->string control-port))
#$(string-append "--control-host="
control-host)
#$@(if mirror
(list (string-append "--mirror=" mirror))
'())