From 10e2b2b79e77fffed95d55a4c0b8150d4a852ec4 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 23 Nov 2011 15:39:02 +0000 Subject: [PATCH] * Document the --include-outputs option. --- doc/manual/nix-copy-closure.xml | 27 ++++++++++++++++++--------- 1 file changed, 18 insertions(+), 9 deletions(-) diff --git a/doc/manual/nix-copy-closure.xml b/doc/manual/nix-copy-closure.xml index 3f2f12320f..29383d1243 100644 --- a/doc/manual/nix-copy-closure.xml +++ b/doc/manual/nix-copy-closure.xml @@ -26,6 +26,7 @@ + user@machine @@ -86,15 +87,16 @@ those paths. If this bothers you, use Let the sending machine cryptographically sign the dump of each path with the key in - /nix/etc/nix/signing-key.sec. If the user on - the target machine does not have direct access to the Nix store - (i.e., if the target machine has a multi-user Nix installation), - then the target machine will check the dump against - /nix/etc/nix/signing-key.pub before unpacking - it in its Nix store. This allows secure sharing of store paths - between untrusted users on two machines, provided that there is a - trust relation between the Nix installations on both machines - (namely, they have matching public/secret keys). + sysconfdir/nix/signing-key.sec. + If the user on the target machine does not have direct access to + the Nix store (i.e., if the target machine has a multi-user Nix + installation), then the target machine will check the dump against + sysconfdir/nix/signing-key.pub + before unpacking it in its Nix store. This allows secure sharing + of store paths between untrusted users on two machines, provided + that there is a trust relation between the Nix installations on + both machines (namely, they have matching public/secret + keys). @@ -108,6 +110,13 @@ those paths. If this bothers you, use + + + Also copy the outputs of store derivations included + in the closure. + + +