services: guix-build-coordinator: Fix variable name in agent config.
* gnu/services/guix.scm (<guix-build-coordinator-agent-configuration>): Fix variable name. * doc/guix.texi (Guix Services): Update accordingly.
This commit is contained in:
		
							parent
							
								
									b2ed92ec58
								
							
						
					
					
						commit
						dfc5d5247f
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		|  | @ -33067,7 +33067,7 @@ Service type for a Guix Build Coordinator agent.  Its value must be a | |||
| Data type representing the configuration a Guix Build Coordinator agent. | ||||
| 
 | ||||
| @table @asis | ||||
| @item @code{package} (default: @code{guix-build-coordinator-agent-only}) | ||||
| @item @code{package} (default: @code{guix-build-coordinator/agent-only}) | ||||
| The Guix Build Coordinator package to use. | ||||
| 
 | ||||
| @item @code{user} (default: @code{"guix-build-coordinator-agent"}) | ||||
|  |  | |||
|  | @ -146,7 +146,7 @@ | |||
|   make-guix-build-coordinator-agent-configuration | ||||
|   guix-build-coordinator-agent-configuration? | ||||
|   (package             guix-build-coordinator-agent-configuration-package | ||||
|                        (default guix-build-coordinator-agent-only)) | ||||
|                        (default guix-build-coordinator/agent-only)) | ||||
|   (user                guix-build-coordinator-agent-configuration-user | ||||
|                        (default "guix-build-coordinator-agent")) | ||||
|   (coordinator         guix-build-coordinator-agent-configuration-coordinator | ||||
|  |  | |||
		Reference in a new issue