diff --git a/gnu/services/guix.scm b/gnu/services/guix.scm index 25f65d31673..5b811491f66 100644 --- a/gnu/services/guix.scm +++ b/gnu/services/guix.scm @@ -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)) '())