~ruther/guix-local

7fe4645cb7d5e3f0d12d848cb332cae9362c78b6 — Christopher Baines 4 months ago 3cd1c87
services: nar-herder: Fix the control options.

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

Change-Id: Iae17300f7ae6dffb0905936389b49032e763c401
1 files changed, 4 insertions(+), 2 deletions(-)

M gnu/services/guix.scm
M gnu/services/guix.scm => gnu/services/guix.scm +4 -2
@@ 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))
                             '())