Distributed build: Difference between revisions
Malteneuss (talk | contribs) m Extend explanations of buildMachines |
Malteneuss (talk | contribs) m Fix typo |
||
| Line 107: | Line 107: | ||
# when calling "nix build ...". | # when calling "nix build ...". | ||
nix.buildMachines = [{ | nix.buildMachines = [{ | ||
# Will be used to call "ssh | # Will be used to call "ssh builder" to connect to the builder machine. | ||
# The details of the connection (user, port, url etc.) | # The details of the connection (user, port, url etc.) | ||
# are taken from your "~/.ssh/config" file. | # are taken from your "~/.ssh/config" file. | ||