This commit is contained in:
Henri Dohmen 2025-08-14 23:35:17 +02:00
parent e85b3fd73f
commit ce5fa4b77f
Signed by: hd
GPG key ID: AB79213B044674AE

View file

@ -21,34 +21,10 @@ _: {
}; };
}; };
nix = { nix.gc = {
buildMachines = [ automatic = true;
{ dates = "weekly";
hostName = "noravm"; options = "--delete-older-than 15d";
sshUser = "nixremote";
system = "x86_64-linux";
protocol = "ssh-ng";
maxJobs = 10;
speedFactor = 2;
supportedFeatures = [
"nixos-test"
"benchmark"
"big-parallel"
"kvm"
];
mandatoryFeatures = [ ];
}
];
distributedBuilds = true;
extraOptions = ''
builders-use-substitutes = true
'';
gc = {
automatic = true;
dates = "weekly";
options = "--delete-older-than 15d";
};
}; };
# ====== DON'T CHANGE ====== # ====== DON'T CHANGE ======