mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
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
1 changed files with 5 additions and 0 deletions
|
@ -692,6 +692,11 @@ (define prosody-service-type
|
|||
(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 a new issue