summary refs log tree commit diff stats
path: root/system/mba.nix
diff options
context:
space:
mode:
authorAlan Pearce2022-10-09 05:58:44 +0200
committerAlan Pearce2022-10-09 05:58:44 +0200
commit2b32c4a90d995b2ba2e367fad39c03739d963fbf (patch)
tree2a8321406696dc692d7123e628d43d37c6bc0d20 /system/mba.nix
parent6b7692914ac786b910110872db59e762b40253f8 (diff)
downloadnixfiles-2b32c4a90d995b2ba2e367fad39c03739d963fbf.tar.lz
nixfiles-2b32c4a90d995b2ba2e367fad39c03739d963fbf.tar.zst
nixfiles-2b32c4a90d995b2ba2e367fad39c03739d963fbf.zip
mba: auto-optimise nix store
Diffstat (limited to 'system/mba.nix')
-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