forked from emily/nixfiles
hydra: increase gc time
This commit is contained in:
parent
ba4345c402
commit
90692c9bc1
1 changed files with 4 additions and 1 deletions
|
@ -39,7 +39,10 @@
|
||||||
});
|
});
|
||||||
nix.distributedBuilds = true;
|
nix.distributedBuilds = true;
|
||||||
nixpkgs.config.allowUnsupportedSystem = true;
|
nixpkgs.config.allowUnsupportedSystem = true;
|
||||||
nix.gc.options = lib.mkForce "--delete-older-than 90d";
|
nix.gc = {
|
||||||
|
dates = "monthly";
|
||||||
|
options = lib.mkForce "--delete-older-than 90d";
|
||||||
|
};
|
||||||
nix.settings = {
|
nix.settings = {
|
||||||
allowed-uris = [
|
allowed-uris = [
|
||||||
"github:"
|
"github:"
|
||||||
|
|
Loading…
Reference in a new issue