Storage optimization: Difference between revisions

imported>Schuelermine
-d is dangerous as per section below
imported>Odyssey346
m Update auto optimise
Line 7: Line 7:
To turn on automatic optimisation for newer derivations, add the following option to <code>/etc/nixos/configuration.nix</code>:
To turn on automatic optimisation for newer derivations, add the following option to <code>/etc/nixos/configuration.nix</code>:
{{file|configuration.nix|nix|<nowiki>
{{file|configuration.nix|nix|<nowiki>
nix.autoOptimiseStore = true;
nix.settings.auto-optimise-store = true;
</nowiki>}}
</nowiki>}}