diff --git a/.guix/modules/tiedote-md-service.scm b/.guix/modules/tiedote-md-service.scm index 968b9df..1323f78 100644 --- a/.guix/modules/tiedote-md-service.scm +++ b/.guix/modules/tiedote-md-service.scm @@ -76,13 +76,14 @@ the tiedote.md user on this system.") "--sender-name" #$sender-name "--sendmail" #$sendmail-path "--socket" #$socket-path + "server" "--repository" repo-path "--port" #$(number->string port) "--remote-url" #$remote-url ;,@(if #$(maybe-value-set? remote-branch) ; (list "--remote-branch" #$remote-branch) ; '()) - "server") + ) #:user "tiedote.md" #:group "tiedote.md" #:directory #$state-directory))))