mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
services: redis: Add a default-value to the redis-service-type.
* gnu/packages/databases.scm (redis-service-type)[default-value]: Set to (redis-configuration).
This commit is contained in:
parent
e903738f86
commit
bc037c1bd1
1 changed files with 2 additions and 1 deletions
|
@ -552,4 +552,5 @@ (define redis-service-type
|
|||
(service-extension activation-service-type
|
||||
redis-activation)
|
||||
(service-extension account-service-type
|
||||
(const %redis-accounts))))))
|
||||
(const %redis-accounts))))
|
||||
(default-value (redis-configuration))))
|
||||
|
|
Loading…
Reference in a new issue