mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
doc: Document 'advertise?' for 'guix-publish-configuration'.
* doc/guix.texi (Base Services): Document the 'advertise?' field of 'guix-publish-configuration'.
This commit is contained in:
parent
f066e65713
commit
69a0440a02
1 changed files with 8 additions and 0 deletions
|
@ -15353,6 +15353,14 @@ The TCP port to listen for connections.
|
|||
The host (and thus, network interface) to listen to. Use
|
||||
@code{"0.0.0.0"} to listen on all the network interfaces.
|
||||
|
||||
@item @code{advertise?} (default: @code{#f})
|
||||
When true, advertise the service on the local network @i{via} the DNS-SD
|
||||
protocol, using Avahi.
|
||||
|
||||
This allows neighboring Guix devices with discovery on (see
|
||||
@code{guix-configuration} above) to discover this @command{guix publish}
|
||||
instance and to automatically download substitutes from it.
|
||||
|
||||
@item @code{compression} (default: @code{'(("gzip" 3))})
|
||||
This is a list of compression method/level tuple used when compressing
|
||||
substitutes. For example, to compress all substitutes with @emph{both} lzip
|
||||
|
|
Loading…
Reference in a new issue