Skip to content

Instantly share code, notes, and snippets.

@dhess
Created January 14, 2018 09:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dhess/1f53439181223e12db6535ad45a74689 to your computer and use it in GitHub Desktop.
Save dhess/1f53439181223e12db6535ad45a74689 to your computer and use it in GitHub Desktop.
nix.distributedBuilds = true;
nix.buildMachines = [
{
hostName = "builder.example.com";
sshUser = "remote-builder";
sshKey = "/var/root/.ssh/id_remote-builder";
systems = [ "x86_64-linux" "i686-linux" ];
maxJobs = 8;
supportedFeatures = [ "big-parallel" "kvm" "nixos-test" ];
}
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment