doc: Fix Guix Build Coordinator agent configuration defaults.
* doc/guix.texi (Guix Build Coordinator): Fix some guix-build-coordinator-agent-configuration defaults.
This commit is contained in:
		
							parent
							
								
									7f9888e53f
								
							
						
					
					
						commit
						e365f8b26c
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -29226,18 +29226,18 @@ the password from can also be specified, and this is more secure.
 | 
			
		|||
A file containing the password to use when connecting to the
 | 
			
		||||
coordinator.
 | 
			
		||||
 | 
			
		||||
@item @code{systems} (default: @var{#f})
 | 
			
		||||
@item @code{systems} (default: @code{#f})
 | 
			
		||||
The systems for which this agent should fetch builds.  The agent process
 | 
			
		||||
will use the current system it's running on as the default.
 | 
			
		||||
 | 
			
		||||
@item @code{max-parallel-builds} (default: @code{1})
 | 
			
		||||
The number of builds to perform in parallel.
 | 
			
		||||
 | 
			
		||||
@item @code{derivation-substitute-urls} (default: @code{1})
 | 
			
		||||
@item @code{derivation-substitute-urls} (default: @code{#f})
 | 
			
		||||
URLs from which to attempt to fetch substitutes for derivations, if the
 | 
			
		||||
derivations aren't already available.
 | 
			
		||||
 | 
			
		||||
@item @code{non-derivation-substitute-urls} (default: @code{1})
 | 
			
		||||
@item @code{non-derivation-substitute-urls} (default: @code{#f})
 | 
			
		||||
URLs from which to attempt to fetch substitutes for build inputs, if the
 | 
			
		||||
input store items aren't already available.
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue