From 8b87874e561481d3d74a3b92fb703295aae0fbab Mon Sep 17 00:00:00 2001 From: Dionysis Grigoropoulos Date: Mon, 7 Jul 2025 19:50:45 +0300 Subject: [PATCH] infra: Optimise the nix store by default --- infra/sectracker.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/infra/sectracker.nix b/infra/sectracker.nix index c5a51d8d..415e39bf 100644 --- a/infra/sectracker.nix +++ b/infra/sectracker.nix @@ -89,4 +89,6 @@ in gh-app-private-key.file = ./secrets/nixpkgs-security-tracker.2024-12-09.private-key.pem.age; gh-app-installation-id.file = ./secrets/gh-app-installation-id.age; }; + + nix.optimise.automatic = true; }