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
|
# Run Nix garbage collector, while avoiding recompilation
|
||||||
nix = {
|
nix = {
|
||||||
autoOptimiseStore = true;
|
settings.auto-optimise-store = true;
|
||||||
gc = {
|
gc = {
|
||||||
automatic = true;
|
automatic = true;
|
||||||
options = "--delete-older-than 14d";
|
options = "--delete-older-than 14d";
|
||||||
|
|
Loading…
Reference in New Issue