summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--system/mba.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/system/mba.nix b/system/mba.nix
index 350eb430..afdcec29 100644
--- a/system/mba.nix
+++ b/system/mba.nix
@@ -31,6 +31,7 @@
   nix.settings = {
     max-jobs = 8;
     cores = 4;
+    auto-optimise-store = true;
   };
 }
 # vim: sw=2 sts=2 expandtab autoindent smarttab