diff options
Diffstat (limited to 'third_party/nix/doc')
-rw-r--r-- | third_party/nix/doc/manual/command-ref/nix-daemon.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/third_party/nix/doc/manual/command-ref/nix-daemon.xml b/third_party/nix/doc/manual/command-ref/nix-daemon.xml index a2161f033470..9159d15d1c3a 100644 --- a/third_party/nix/doc/manual/command-ref/nix-daemon.xml +++ b/third_party/nix/doc/manual/command-ref/nix-daemon.xml @@ -32,4 +32,20 @@ of unprivileged users.</para> </refsection> +<refsection><title>Options</title> + + <variablelist> + + <varlistentry><term><option>--pipe</option></term> + + <listitem><para>Causes the nix daemon to forward stdin and stdout to and + from the actual daemon socket. This is used when communicating with a remote + store over SSH</para></listitem> + + </varlistentry> + + </variablelist> + +</refsection> + </refentry> |