This commit is contained in:
parent
69baac502c
commit
da57588329
3 changed files with 16 additions and 1 deletions
|
|
@ -107,4 +107,17 @@ in
|
|||
services.udev.packages = [
|
||||
pkgs.android-udev-rules
|
||||
];
|
||||
|
||||
nix.distributedBuilds = true;
|
||||
nix.settings.builders-use-substitutes = true;
|
||||
nix.buildMachines = [
|
||||
{
|
||||
hostName = "192.168.1.5";
|
||||
protocol = "ssh-ng";
|
||||
sshUser = "remotebuild";
|
||||
sshKey = "/home/ant/.ssh/id_ed25519";
|
||||
system = pkgs.stdenv.hostPlatform.system;
|
||||
supportedFeatures = [ "nixos-test" "big-parallel" "kvm" "gccarch-x86-64-v3" ];
|
||||
}
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue