Adapt nix store optimization option to upstream
This commit is contained in:
parent
338bb73507
commit
90096c1c46
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue