Distributed build: Difference between revisions

m Extend explanations of buildMachines
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 <hostName>" to connect to the builder machine.
     # 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.