services: nix: Export nix-configuration.
* gnu/services/nix.scm (nix-configuration, nix-configuration?): Export. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
This commit is contained in:
		
							parent
							
								
									db65d7447c
								
							
						
					
					
						commit
						ee67d193b3
					
				
					 1 changed files with 4 additions and 1 deletions
				
			
		|  | @ -35,7 +35,10 @@ | |||
|   #:use-module (ice-9 match) | ||||
|   #:use-module (ice-9 format) | ||||
|   #:use-module (guix modules) | ||||
|   #:export (nix-service-type)) | ||||
|   #:export (nix-service-type | ||||
| 
 | ||||
|             nix-configuration | ||||
|             nix-configuration?)) | ||||
| 
 | ||||
| ;;; Commentary: | ||||
| ;;; | ||||
|  |  | |||
		Reference in a new issue