base/nix: defer store optimization

This commit is contained in:
h7x4 2025-03-15 01:20:34 +01:00
parent 64bd33a213
commit 2be9eb16fe
No known key found for this signature in database
GPG Key ID: 9F2F7D8250F35146

View File

@ -5,10 +5,10 @@
automatic = true;
options = "--delete-older-than 2d";
};
optimise.automatic = true;
settings = {
allow-dirty = true;
auto-optimise-store = true;
builders-use-substitutes = true;
experimental-features = [ "nix-command" "flakes" ];
log-lines = 50;