diff --git a/hosts/binarycache/default.nix b/hosts/binarycache/default.nix index 9f58b4b8..6f69db3e 100644 --- a/hosts/binarycache/default.nix +++ b/hosts/binarycache/default.nix @@ -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 = {