diff options
author | Alan Pearce | 2022-10-09 05:58:44 +0200 |
---|---|---|
committer | Alan Pearce | 2022-10-09 05:58:44 +0200 |
commit | 2b32c4a90d995b2ba2e367fad39c03739d963fbf (patch) | |
tree | 2a8321406696dc692d7123e628d43d37c6bc0d20 /system | |
parent | 6b7692914ac786b910110872db59e762b40253f8 (diff) | |
download | nixfiles-2b32c4a90d995b2ba2e367fad39c03739d963fbf.tar.lz nixfiles-2b32c4a90d995b2ba2e367fad39c03739d963fbf.tar.zst nixfiles-2b32c4a90d995b2ba2e367fad39c03739d963fbf.zip |
mba: auto-optimise nix store
Diffstat (limited to 'system')
-rw-r--r-- | system/mba.nix | 1 |
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 |