From f27ed627ff07a62d6f61ab7eb7d59c645616c4f1 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..2d718e2 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.store-auto-optimise = true; }