Server7: remove distributed builds to hydra.hq

This commit is contained in:
Ehmry - 2020-01-17 11:10:11 +01:00
parent 79b7d5c662
commit 5d2c1b64e3
1 changed files with 1 additions and 7 deletions

View File

@ -52,15 +52,9 @@ in {
nix = {
package = pkgs.nixFlakes;
extraOptions = "experimental-features = nix-command flakes";
extraOptions = "experimental-features = nix-command flakes ca-references";
gc.automatic = true;
distributedBuilds = true;
buildMachines = [{
hostName = "hydra.hq.c3d2.de";
system = "x86_64-linux";
sshUser = "buildfarmer";
sshKey = "/root/.ssh/id_ed25519";
}];
};
virtualisation.docker.enable = true;