mirror of
https://github.com/NixOS/nix
synced 2025-07-07 01:51:47 +02:00
Add option binary-cache-secret-key-file for signing binary caches
This commit is contained in:
parent
af7cdb1096
commit
b4e0335d4d
3 changed files with 14 additions and 2 deletions
|
@ -421,6 +421,16 @@ flag, e.g. <literal>--option gc-keep-outputs false</literal>.</para>
|
|||
</varlistentry>
|
||||
|
||||
|
||||
<varlistentry><term><literal>binary-cache-secret-key-file</literal></term>
|
||||
|
||||
<listitem><para>Path of the file containing the secret key to be
|
||||
used for signing binary caches. This file can be generated using
|
||||
<command>nix-store
|
||||
--generate-binary-cache-key</command>.</para></listitem>
|
||||
|
||||
</varlistentry>
|
||||
|
||||
|
||||
<varlistentry><term><literal>binary-caches-parallel-connections</literal></term>
|
||||
|
||||
<listitem><para>The maximum number of parallel HTTP connections
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue