diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2007-10-31T18·01+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2007-10-31T18·01+0000 |
commit | fa44e401a8ca5cddc2c5506984f0cd476e0b7d57 (patch) | |
tree | 8af89b26ceb3d48deaeb14ad173585c48d26ff44 /doc/manual/env-common.xml | |
parent | e007b50eb7ba070c039fc438f49a72bd248e1b5c (diff) |
* Documented multi-user Nix.
Diffstat (limited to 'doc/manual/env-common.xml')
-rw-r--r-- | doc/manual/env-common.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/manual/env-common.xml b/doc/manual/env-common.xml index 89ee78c76806..fdfbaf59ab2b 100644 --- a/doc/manual/env-common.xml +++ b/doc/manual/env-common.xml @@ -263,6 +263,17 @@ $ mount -o bind /mnt/otherdisk/nix /nix</screen> </varlistentry> +<varlistentry xml:id="envar-remote"><term><envar>NIX_REMOTE</envar></term> + + <listitem><para>This variable should be set to + <literal>daemon</literal> if you want to use the Nix daemon to + executed Nix operations, which is necessary in <link + linkend="ssec-multi-user">multi-user Nix installations</link>. + Otherwise, it should be left unset.</para></listitem> + +</varlistentry> + + </variablelist> |