From 6458fd4e693bab682dfc76fa98914ce6e38db7e9 Mon Sep 17 00:00:00 2001 From: Alexandre Date: Sun, 24 May 2026 14:19:16 +0200 Subject: [PATCH] Added a auto optimize store option --- modules/common/nix.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/common/nix.nix b/modules/common/nix.nix index fe044a8..0fe1893 100644 --- a/modules/common/nix.nix +++ b/modules/common/nix.nix @@ -16,6 +16,8 @@ max-silent-time = 3600; timeout = 0; + auto-optimise-store = true; + # Package caches substituters = [ "https://cache.nixos.org"