From 21a375b21c2e7c8b04656b700d02962b8e2e7c99 Mon Sep 17 00:00:00 2001 From: Bo Jeanes Date: Fri, 19 Jul 2024 17:43:40 +1000 Subject: [PATCH] Configure Nix store auto-optimisation --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index 6a300a2..0c66b1c 100644 --- a/flake.nix +++ b/flake.nix @@ -143,6 +143,8 @@ settings = { trusted-users = [ "root" myUsername ]; allowed-users = [ "root" myUsername "@nixbld" ]; + + auto-optimise-store = true; # https://daiderd.com/nix-darwin/manual/index.html#opt-nix.settings.auto-optimise-store }; extraOptions = ''