Compare commits

...

2 commits

Author SHA1 Message Date
cf5c5bd0fd Garbage collect driftwood 2025-04-17 13:11:49 -04:00
cb43931166 Configure builders-use-substitutes 2025-04-17 13:03:48 -04:00
2 changed files with 9 additions and 0 deletions

View file

@ -77,4 +77,11 @@
upper = "05:00";
};
};
# Setup garbage collection, keep the past month
nix.gc = {
automatic = true;
dates = "weekly";
options = "--delete-older-than 30d";
};
}

View file

@ -39,4 +39,6 @@
"https://nix-community.cachix.org"
];
};
# Remote builds should use subsitutors
nix.extraOptions = "builders-use-substitutes = true";
}