Skip to content

Commit

Permalink
Don't run automatic gc on cache
Browse files Browse the repository at this point in the history
  • Loading branch information
joinemm committed Nov 27, 2023
1 parent 30ba7b4 commit 33e0671
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hosts/binarycache/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@
trusted-users = ["hydra"];
};

# do not run garbage collection, we have enough disk space
nix.gc.automatic = lib.mkForce false;

nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";

networking = {
Expand Down

0 comments on commit 33e0671

Please sign in to comment.