services: redis: Add a default-value to the redis-service-type.

* gnu/packages/databases.scm (redis-service-type)[default-value]: Set
  to (redis-configuration).
master
Christopher Baines 2018-01-18 22:45:40 +00:00
parent e903738f86
commit bc037c1bd1
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 2 additions and 1 deletions

View File

@ -552,4 +552,5 @@ The optional @var{config} argument specifies the configuration for
(service-extension activation-service-type
redis-activation)
(service-extension account-service-type
(const %redis-accounts))))))
(const %redis-accounts))))
(default-value (redis-configuration))))