From 2b32c4a90d995b2ba2e367fad39c03739d963fbf Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 9 Oct 2022 05:58:44 +0200 Subject: mba: auto-optimise nix store --- system/mba.nix | 1 + 1 file changed, 1 insertion(+) 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 -- cgit 1.4.1