From b584a42e3db8302095e786b4a12894d073fd75cf Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 3 Jul 2013 18:35:59 +0200 Subject: [PATCH] Manual: auto-optimise-store is disabled by default --- doc/manual/conf-file.xml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/doc/manual/conf-file.xml b/doc/manual/conf-file.xml index fa9149834d..754c4d0296 100644 --- a/doc/manual/conf-file.xml +++ b/doc/manual/conf-file.xml @@ -425,12 +425,13 @@ flag, e.g. --option gc-keep-outputs false. auto-optimise-store - If set to true (the default), - Nix automatically detects files in the store that have identical + If set to true, Nix + automatically detects files in the store that have identical contents, and replaces them with hard links to a single copy. - This saves disk space. If set to false, you - can still run nix-store --optimise to get rid - of duplicate files. + This saves disk space. If set to false (the + default), you can still run nix-store + --optimise to get rid of duplicate + files.