about summary refs log tree commit diff
path: root/nixos/modules/services/misc
diff options
context:
space:
mode:
authorChris Martin <ch.martin@gmail.com>2017-01-03 14:17:15 -0500
committerChris Martin <ch.martin@gmail.com>2017-01-03 14:24:49 -0500
commit6a7664e6cd723f7f31c863ca09def5d75531930c (patch)
tree7b752386cfd8b1a4c51a4569886faaccf5f8c606 /nixos/modules/services/misc
parentd05656a9ca7b31df0170656f9ba0a23659361d8f (diff)
downloadnixlib-6a7664e6cd723f7f31c863ca09def5d75531930c.tar
nixlib-6a7664e6cd723f7f31c863ca09def5d75531930c.tar.gz
nixlib-6a7664e6cd723f7f31c863ca09def5d75531930c.tar.bz2
nixlib-6a7664e6cd723f7f31c863ca09def5d75531930c.tar.lz
nixlib-6a7664e6cd723f7f31c863ca09def5d75531930c.tar.xz
nixlib-6a7664e6cd723f7f31c863ca09def5d75531930c.tar.zst
nixlib-6a7664e6cd723f7f31c863ca09def5d75531930c.zip
Add some more details about useSandbox
Diffstat (limited to 'nixos/modules/services/misc')
-rw-r--r--nixos/modules/services/misc/nix-daemon.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/nixos/modules/services/misc/nix-daemon.nix b/nixos/modules/services/misc/nix-daemon.nix
index e2bbd4b01aa1..7101cadfeed2 100644
--- a/nixos/modules/services/misc/nix-daemon.nix
+++ b/nixos/modules/services/misc/nix-daemon.nix
@@ -105,7 +105,9 @@ in
           If set, Nix will perform builds in a sandboxed environment that it
           will set up automatically for each build.  This prevents
           impurities in builds by disallowing access to dependencies
-          outside of the Nix store.
+          outside of the Nix store. This isn't enabled by default for
+          performance. It doesn't affect derivation hashes, so changing
+          this option will not trigger a rebuild of packages.
         ";
       };