From e50057c4f4d06ea81d74ef7eae29284d6b6b0da9 Mon Sep 17 00:00:00 2001 From: Craige McWhirter Date: Thu, 8 Aug 2019 13:53:48 +1000 Subject: [PATCH] Added garbage collection optimisation --- Deployments/host_common.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/Deployments/host_common.nix b/Deployments/host_common.nix index d882c2b..ff4d8d7 100644 --- a/Deployments/host_common.nix +++ b/Deployments/host_common.nix @@ -20,6 +20,7 @@ nix.gc.automatic = true; nix.gc.dates = "weekly"; nix.gc.options = "--delete-older-than 90d"; + nix.autoOptimiseStore = true; # Set the system-wide environment environment = {