Compare commits
1 commit
83b7262090
...
372a42a9ed
Author | SHA1 | Date | |
---|---|---|---|
372a42a9ed |
1 changed files with 5 additions and 1 deletions
|
@ -11,10 +11,14 @@
|
||||||
builders-use-substitutes = true;
|
builders-use-substitutes = true;
|
||||||
};
|
};
|
||||||
gc = {
|
gc = {
|
||||||
persistent = false;
|
persistent = true;
|
||||||
dates = "weekly";
|
dates = "weekly";
|
||||||
options = "-d";
|
options = "-d";
|
||||||
randomizedDelaySec = "5h";
|
randomizedDelaySec = "5h";
|
||||||
};
|
};
|
||||||
|
optimise = {
|
||||||
|
dates = [];
|
||||||
|
automatic = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue