all repos — nixfiles @ 2b32c4a90d995b2ba2e367fad39c03739d963fbf

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

mba: auto-optimise nix store
Alan Pearce alan@alanpearce.eu
Sun, 09 Oct 2022 05:58:44 +0200
commit

2b32c4a90d995b2ba2e367fad39c03739d963fbf

parent

6b7692914ac786b910110872db59e762b40253f8

1 files changed, 1 insertions(+), 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