[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: services: prosody: Add a default value to the prosody-service-typ
From: |
Clément Lassieur |
Subject: |
02/02: services: prosody: Add a default value to the prosody-service-type. |
Date: |
Mon, 30 Apr 2018 18:26:33 -0400 (EDT) |
snape pushed a commit to branch master
in repository guix.
commit cb7c80f67de656025dee60785fb4b45ce2d7dacd
Author: Clément Lassieur <address@hidden>
Date: Tue May 1 00:14:31 2018 +0200
services: prosody: Add a default value to the prosody-service-type.
* gnu/services/messaging.scm (prosody-service-type)[default-value]: New
field.
---
gnu/services/messaging.scm | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/gnu/services/messaging.scm b/gnu/services/messaging.scm
index 8ab1481..273ba2c 100644
--- a/gnu/services/messaging.scm
+++ b/gnu/services/messaging.scm
@@ -692,6 +692,11 @@ See also @url{https://prosody.im/doc/modules/mod_muc}."
(const %prosody-accounts))
(service-extension activation-service-type
prosody-activation)))
+ (default-value (prosody-configuration
+ (virtualhosts
+ (list
+ (virtualhost-configuration
+ (domain "localhost"))))))
(description
"Run Prosody, a modern XMPP communication server.")))