Skip to content

Commit

Permalink
linux-builder: increase disk size, and enable GC
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Jan 13, 2025
1 parent 352708d commit b23190e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion modules/darwin/aarch64-linux-builder.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,14 @@
ephemeral = true;
maxJobs = 4;
config = {
nix.gc = {
automatic = true;
# dates = "weekly";
options = "--delete-older-than 30d";
};
virtualisation = {
darwin-builder = {
diskSize = 80 * 1024;
diskSize = 160 * 1024;
memorySize = 24 * 1024;
};
cores = 6;
Expand Down

0 comments on commit b23190e

Please sign in to comment.