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 @@ 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))))
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue