add store-auto-optimise to hs

This commit is contained in:
ant 2025-10-17 11:16:46 +02:00 committed by Antoine Vaure
parent 2e7866d816
commit b05b43632e

View file

@ -157,4 +157,6 @@ in {
supportedFeatures = [ "nixos-test" "big-parallel" "kvm" "gccarch-x86-64-v3" ];
}
];
nix.settings.auto-optimise-store = true;
}