From 93236c380476fb9d3c10d222ec78bfa90e8f22f4 Mon Sep 17 00:00:00 2001 From: Trolli Schmittlauch Date: Wed, 26 Nov 2025 14:21:03 +0100 Subject: [PATCH] nix: auto-optimise-store --- common/nix-settings.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/common/nix-settings.nix b/common/nix-settings.nix index caa16f9..eb32daf 100644 --- a/common/nix-settings.nix +++ b/common/nix-settings.nix @@ -29,6 +29,7 @@ in ]; # use all cores for building cores = 0; + auto-optimise-store = true; }; # TODO: manage access token with sops instead of manual deployment # permissions: needs to be readable by the user invoking nix and root (for nix daemon)