mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
offload: Make the compression methods configurable.
* guix/scripts/offload.scm (<build-machine>)[compression] [compression-level]: New fields. (open-ssh-session): Honor them. * doc/guix.texi (Daemon Offload Setup): Document them.
This commit is contained in:
parent
067a2e2de9
commit
1d48cf948c
2 changed files with 15 additions and 2 deletions
|
@ -921,6 +921,13 @@ Port number of SSH server on the machine.
|
|||
The SSH private key file to use when connecting to the machine, in
|
||||
OpenSSH format.
|
||||
|
||||
@item @code{compression} (default: @code{"zlib@@openssh.com,zlib"})
|
||||
@itemx @code{compression-level} (default: @code{3})
|
||||
The SSH-level compression methods and compression level requested.
|
||||
|
||||
Note that offloading relies on SSH compression to reduce bandwidth usage
|
||||
when transferring files to and from build machines.
|
||||
|
||||
@item @code{daemon-socket} (default: @code{"/var/guix/daemon-socket/socket"})
|
||||
File name of the Unix-domain socket @command{guix-daemon} is listening
|
||||
to on that machine.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue