guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/04: berlin: Configure Mumi mailer.


From: Ricardo Wurmus
Subject: 02/04: berlin: Configure Mumi mailer.
Date: Wed, 22 Apr 2020 09:24:30 -0400 (EDT)

rekado pushed a commit to branch master
in repository maintenance.

commit a6fb7523600a807241279a2cd29d5dc04e7ffbd6
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Wed Apr 22 15:19:22 2020 +0200

    berlin: Configure Mumi mailer.
    
    * hydra/berlin.scm (services): Add mumi-configuration to
    mumi-service-type; add redis-service-type.
---
 hydra/berlin.scm | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/hydra/berlin.scm b/hydra/berlin.scm
index 8b107d1..35a41c2 100644
--- a/hydra/berlin.scm
+++ b/hydra/berlin.scm
@@ -291,7 +291,12 @@ Happy hacking!\n"))
 
              ;; GWL web site.
              (service gwl-web-service-type)
-             (service mumi-service-type)
+             (service mumi-service-type
+                      (mumi-configuration
+                       (sender "address@hidden")
+                       (smtp "sendmail:///var/mumi/mumi-mailer")))
+             ;; For the Mumi mailer queue
+             (service redis-service-type)
 
              (frontend-services %sysadmins
                                 #:systems '("x86_64-linux" "i686-linux"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]