mba: auto-optimise nix store
Alan Pearce alan@alanpearce.eu
Sun, 09 Oct 2022 05:58:44 +0200
1 files changed, 1 insertions(+), 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