1
0
Fork 0
forked from emily/nixfiles

hydra: increase gc time

This commit is contained in:
emily 2024-10-24 15:37:46 +02:00
parent ba4345c402
commit 90692c9bc1
Signed by untrusted user: emily
GPG key ID: F6F4C66207FCF995

View file

@ -39,7 +39,10 @@
});
nix.distributedBuilds = 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 = {
allowed-uris = [
"github:"