This commit is contained in:
parent
cadc429c05
commit
415d4820b1
1 changed files with 14 additions and 0 deletions
|
|
@ -143,4 +143,18 @@ in {
|
||||||
enable = true;
|
enable = true;
|
||||||
secretKeyFile = "/var/cache-priv-key.pem";
|
secretKeyFile = "/var/cache-priv-key.pem";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
nix.distributedBuilds = true;
|
||||||
|
nix.settings.builders-use-substitutes = true;
|
||||||
|
|
||||||
|
nix.buildMachines = [
|
||||||
|
{
|
||||||
|
hostName = "192.168.1.2";
|
||||||
|
protocol = "ssh-ng";
|
||||||
|
sshUser = "remotebuild";
|
||||||
|
sshKey = "/home/ant/.ssh/id_ed25519";
|
||||||
|
system = pkgs.stdenv.hostPlatform.system;
|
||||||
|
supportedFeatures = [ "nixos-test" "big-parallel" "kvm" ];
|
||||||
|
}
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue