~ruther/guix-local

101205662588f033c944034f91e7d3cda06d6e56 — Christopher Baines 8 years ago 91fdc8a
services: admin: Simplify the handling of the Tailon debug? option.

* gnu/services/admin.scm (tailon-configuration-file-compiler): Simplify the
  handling of debug?.
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/services/admin.scm
M gnu/services/admin.scm => gnu/services/admin.scm +1 -1
@@ 276,7 276,7 @@ for ROTATION."
          ("commands" . ,(string-append "["
                                        (string-join allowed-commands ", ")
                                        "]"))
          ,@(if debug? '(("debug" . "true")) '())
          ("debug" . ,(if debug? "true" #f))
          ("wrap-lines" . ,(if wrap-lines "true" "false"))
          ("http-auth" . ,http-auth)
          ("users" . ,(if users