services: prosody: Add a default value to the prosody-service-type.
* gnu/services/messaging.scm (prosody-service-type)[default-value]: New field.
This commit is contained in:
parent
9c6a461cf0
commit
cb7c80f67d
|
@ -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.")))
|
||||
|
||||
|
|
Loading…
Reference in New Issue