mba: auto-optimise nix store
1 file changed, 1 insertion(+), 0 deletions(-)
jump to
M system/mba.nix → system/mba.nix
@@ -31,6 +31,7 @@ # $ sysctl -n hw.ncpu nix.settings = { max-jobs = 8; cores = 4; + auto-optimise-store = true; }; } # vim: sw=2 sts=2 expandtab autoindent smarttab