diff options
Diffstat (limited to 'doc/guix.texi')
-rw-r--r-- | doc/guix.texi | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index f3f3fe2129..100a7ed8b6 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -37878,9 +37878,13 @@ Owner of the @code{cuirass} process. @item @code{group} (default: @code{"cuirass"}) Owner's group of the @code{cuirass} process. -@item @code{interval} (default: @code{60}) +@item @code{interval} (default: @code{300}) Number of seconds between the poll of the repositories followed by the -Cuirass jobs. +Cuirass jobs, by default. + +Note that individual jobset specifications may override this in their +@code{period} field; the value specified here is only used for +specifications that use the default @code{period} value, which is zero. @item @code{ttl} (default: @code{2592000}) Duration to keep build results' GC roots alive, in seconds. @@ -40572,6 +40576,10 @@ permissive OpenSSH secure shell daemon listening on port 2222 @item @code{qemu} (default: @code{qemu-minimal}) The QEMU package to use. +@item @code{type} (default: @code{'hurd-qcow2}) +The image type name. Use @code{'hurd-qcow2} for a 32-bit image or +@code{'hurd64-qcow2} for a 64-bit image. + @item @code{image} (default: @var{hurd-vm-disk-image}) The image object representing the disk image of this virtual machine (@pxref{System Images}). |