all repos — nixfiles @ 2b32c4a90d995b2ba2e367fad39c03739d963fbf

System and user configuration, managed by nix and home-manager

mba: auto-optimise nix store

Alan Pearce
commit

2b32c4a90d995b2ba2e367fad39c03739d963fbf

parent

6b7692914ac786b910110872db59e762b40253f8

1 file changed, 1 insertion(+), 0 deletions(-)

jump to
M system/mba.nixsystem/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