From b05b43632e1373ddfd577e0eaf8bbcdd3c320884 Mon Sep 17 00:00:00 2001 From: ant Date: Fri, 17 Oct 2025 11:16:46 +0200 Subject: [PATCH] add store-auto-optimise to hs --- os/hs/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/os/hs/configuration.nix b/os/hs/configuration.nix index bdd1ca6..d3f73b4 100644 --- a/os/hs/configuration.nix +++ b/os/hs/configuration.nix @@ -157,4 +157,6 @@ in { supportedFeatures = [ "nixos-test" "big-parallel" "kvm" "gccarch-x86-64-v3" ]; } ]; + + nix.settings.auto-optimise-store = true; }