nix-builder-vm: disable auto-optimise-store (#389439)

This commit is contained in:
Robert Hensing
2025-03-13 15:24:03 +00:00
committed by GitHub
@@ -127,8 +127,6 @@ in
system.disableInstallerTools = true;
nix.settings = {
auto-optimise-store = true;
min-free = cfg.min-free;
max-free = cfg.max-free;