Adapt nix store optimization option to upstream

This commit is contained in:
2022-03-21 16:25:09 +01:00
parent 338bb73507
commit 90096c1c46

View File

@@ -72,7 +72,7 @@
# Run Nix garbage collector, while avoiding recompilation
nix = {
autoOptimiseStore = true;
settings.auto-optimise-store = true;
gc = {
automatic = true;
options = "--delete-older-than 14d";