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 = {